How do you get your code to always prompt user for input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you get your code to always prompt user for input

For instance, a selection interface, if the user wants to select four items, the program should produce one after the other 4 input areas..

18th Jul 2022, 5:39 PM
Chidi Paul
Chidi Paul - avatar
1 Answer
+ 2
a = input("enter something") print(a)
18th Jul 2022, 7:09 PM
MATOVU CALEB
MATOVU CALEB - avatar