- 1
Why when writing a code in this program idel it misses up the input
any info could help
6 Antworten
+ 2
Read more closely the message displayed in the popup box asking you for input when you run a script in code playground: it ask for ALL input at once, each separated by a new line... So, ig your script will ask user for 2 inputs first a number and then name, you need to provide them as:
42
toto
[edit]
Obviously, it means that real interactive script are not runnable in code playground (appart for web projects) ;)
+ 1
In code playground, you only can run script where you can predict what input will be requested to user ^^
+ 1
Or install Python on android: there are good solutions for that ;)
0
i know that but what if you have an input in the end of code and thanx for answering
0
i see ..
so i better download python or anaconda on my pc
0
i see tnanks man .... peace