0
What is the code required to give an input
2 Respostas
+ 3
To take input from the user .... keyword INPUT is used and to save that input entered by user we store it in variable.
var = input ("Enter any Input")
#var is variable
0
#Example to get input from user
n=int(input("enter n"))