+ 1
How can I collect multiple user input
I want to pop-up about 4 input box for user to input data,I will be using the input() to collect user input. https://code.sololearn.com/cTyu7FcsCkQ7/?ref=app
1 Resposta
+ 1
Userinput=[input() for _ in range(4)]