0

(How to make a program to show that if your age is above 12 so you can )(if not you cannot)

please solve this problem

5th Oct 2018, 1:14 PM
Fan Of Mr Beast
Fan Of Mr Beast - avatar
3 Respostas
+ 1
python: age = input() if age > 12: print("over 12") else: print("too young")
5th Oct 2018, 1:26 PM
Kevin Dietrichstein
Kevin Dietrichstein - avatar
5th Oct 2018, 1:52 PM
Kamen Yosifov
Kamen Yosifov - avatar
+ 1
thank you bro
6th Oct 2018, 3:49 AM
Fan Of Mr Beast
Fan Of Mr Beast - avatar