+ 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

4th May 2021, 9:44 AM
Eāˆ†SIšŸ‡³šŸ‡¬šŸ¤–
Eāˆ†SIšŸ‡³šŸ‡¬šŸ¤– - avatar
1 Answer
+ 1
Userinput=[input() for _ in range(4)]
4th May 2021, 9:49 AM
Oma Falk
Oma Falk - avatar