while True:
age = int(input("*--How old are you?: "))
if age < 18:
print("Better go home!")
elif age != int:
print ("Use some numbers dude")
I tried some hours I searched but I don't understand it I just found the .isdigit()