- 1

Why when writing a code in this program idel it misses up the input

any info could help

15th Jan 2018, 1:12 PM
Robin Assaf
Robin Assaf - avatar
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) ;)
15th Jan 2018, 2:28 PM
visph
visph - avatar
+ 1
In code playground, you only can run script where you can predict what input will be requested to user ^^
15th Jan 2018, 2:35 PM
visph
visph - avatar
+ 1
Or install Python on android: there are good solutions for that ;)
15th Jan 2018, 2:45 PM
visph
visph - avatar
0
i know that but what if you have an input in the end of code and thanx for answering
15th Jan 2018, 2:33 PM
Robin Assaf
Robin Assaf - avatar
0
i see .. so i better download python or anaconda on my pc
15th Jan 2018, 2:38 PM
Robin Assaf
Robin Assaf - avatar
0
i see tnanks man .... peace
15th Jan 2018, 3:15 PM
Robin Assaf
Robin Assaf - avatar