Answers for "# str and int mixup in python:"

0

# 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")
Posted by: Guest on February-25-2022

Python Answers by Framework

Browse Popular Code Answers by Language