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
1 Answer
+ 3
You have to input all data pre-interpretation in SoloLearn. This would work fine in the PyInterpreter or another IDE.