0

I want to know what to do if I want input from the user.

when I performed it the output showed only what I wrote. But not allowing any user to type something.

25th Jul 2019, 9:00 AM
Soham Rocking Bamb Videos.
Soham Rocking Bamb Videos. - avatar
2 Answers
0
answer=input(int())
25th Jul 2019, 9:03 AM
Logomonic Learning
Logomonic Learning - avatar
0
yeah, use input() you don’t need the int() though if you do this it instantly converts the input to an integer which wont work if you input a string for example user_inp = input() #now the user inputs something print(user_inp) #whatever the user inputs in the screen is printed to screen
25th Jul 2019, 1:08 PM
Brave Tea
Brave Tea - avatar