Erik F
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Python console does not allow for user input with the input() function
When I type input() in the Python console, this command just ends up in the command queue, and I can input the next command (showing >>> or In[2]: with IPython). Thus, everything that I try to send...