IS THERE ANY WAY TO TAKE USER INPUT AGAIN BW THE PROCESSING OF PROGRAM | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

IS THERE ANY WAY TO TAKE USER INPUT AGAIN BW THE PROCESSING OF PROGRAM

suppose i took user input and processed that input. and after some lines i use a condition if blah_blah_blah: take_input_again = input("tell me the no. again") then it doesnt work, so how can i make it work ? thanks in advance

23rd Feb 2019, 4:35 PM
VISHAL MISHRA
VISHAL MISHRA - avatar
1 Answer
+ 3
You have to input all data pre-interpretation in SoloLearn. This would work fine in the PyInterpreter or another IDE.
23rd Feb 2019, 4:47 PM
Dread
Dread - avatar