Computer Science, asked by Anonymous, 10 months ago

PYTHON CHALLENGE#3

WRITE A PROGRAM IN WHICH USER ENTERS THE AGE AND U SHOW HIS AGE AS OUTPUT


:)

Answers

Answered by Anonymous
1

Answer:

age=eval(input("enter your age))

print(age)

here due to eval you can write your age as 12.5 or 17.5 etc

#hope it helps you

Similar questions