+ 1
How to ask at different times for input?
In Python, you can take multiple inputs using split() after calling the user to action with input (). I want to know if there is a way to call the user again; because, I want to have a part of the program run and then prompt the user again, then finish the rest of the program wiith more information from user (not beforehand). Is there a way to do this? My process involved using input() twice and resulted in EOF Error at the second time using it. Thanks.
5 Réponses
+ 4
Md. Niamul Ahad Chowdhury Yes but not here because Sololearn terminal is different than others IDEs so here you have to take only once.
+ 2
Md. Niamul Ahad Chowdhury If you are asking on Sololearn then you can't do here.
+ 1
AJ #Infinity Love Thanks a lot.
0
AJ #Infinity Love where can I do it? On PC?