Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

# Take user input in python

# Take user input in python
age = int(input("Type the age: "))
if age <= 18:
    print("You are too young to enter here")
Source by websitesetup.org #
 
PREVIOUS NEXT
Tagged: #Take #user #input #python
ADD COMMENT
Topic
Name
4+6 =