0
python input
where does one insert input in the console?
2 Answers
+ 1
Run the code. A box will appear. Write your input!
NOTE:
Program only takes input once, (at the beginning) so it is complicated to have multiple inputs spread throughout the lines.
+ 1
console will ask for input if you call for the input function