Dashboard Temp Share Shortlinks Frames API

HTMLify

pat5o78ddv.py
Views: 109 | Author: guest
1
2
3
4
5
6
x = input("Enter your age:")
b = ("18")
if x >= b:
    print(' you are eligible ')
else:
    print("not now try some years later")