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..
1 ответ
+ 2
a = input("enter something")
print(a)
For instance, a selection interface, if the user wants to select four items, the program should produce one after the other 4 input areas..