HTMLify

3avz55aspu.txt
Views: 8 | Author: Unknown
x = input("Enter your age:")
b = ("18")
if x >= b:
    print(' you are eligible ')
else:
    print("not now try some years later")

Comments