Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

# str and int mixup in python:

# str and int mixup in python:

age = int(input("Type the age: "))

print("You are "+str(age) + " years Old")
 
PREVIOUS NEXT
Tagged: #str #int #mixup
ADD COMMENT
Topic
Name
6+1 =