CodePadApp / codepad-issues

Issue tracker for CodePad
https://codepad.app
4 stars 0 forks source link

Java and Python pads should be able to handle user input #10

Closed stlee987 closed 3 years ago

stlee987 commented 3 years ago

Java projects using Scanner(System.in) and Python projects that call the input method are unable to get input. This is because there is no interactive support during the run of a project.

stevenwhiz commented 3 years ago

This was addressed in #9.