Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

user input of int type in python

#python program 
#taking int input from user
#printing them

#num1 from user
num1 = int(input("Enter a number of type int"))
print(num1)
 
PREVIOUS NEXT
Tagged: #user #input #int #type #python
ADD COMMENT
Topic
Name
4+1 =