4 Answers
+ 3
Your question isn't really clear
Isn't the input() function what u need
+ 3
Using input () method
Like this
my_input = input ()
If u wanna take the user input as integer u should turn it like
my_input = int(input())
+ 3
Use input() function
+ 2
Python for beginners
Lesson 16.1