How can I collect multiple user input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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