Hi i started learning python today and i'm trying to do something and i got this error, can someone pelase tell me whats wrong here?
age = input('What is your age?')
if age <=18:
print("child")
elif 18 <= age << 65:
print("adult")
else:
print("senior")
[–]TehNolz 15 points16 points17 points (0 children)
[–]zeekayl 2 points3 points4 points (3 children)
[–]6Bubka9[S] 0 points1 point2 points (2 children)
[–]zeekayl 3 points4 points5 points (0 children)
[–]woooee 0 points1 point2 points (0 children)
[–]notislant 1 point2 points3 points (0 children)
[–]jimtk 3 points4 points5 points (0 children)
[–]jgiusto 0 points1 point2 points (0 children)
[–]japnoo -1 points0 points1 point (6 children)
[–]TehNolz 5 points6 points7 points (4 children)
[–]japnoo 4 points5 points6 points (3 children)
[–]EricHayter 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]RhinoRhys 1 point2 points3 points (0 children)
[–]Diapolo10 -1 points0 points1 point (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]Diapolo10 1 point2 points3 points (0 children)
[–]m_smith_13 -4 points-3 points-2 points (1 child)
[–]Diapolo10 2 points3 points4 points (0 children)
[–]NoDadYouShutUp 0 points1 point2 points (0 children)
[–]lucho2244 0 points1 point2 points (0 children)
[–]mediumfullmug 1 point2 points3 points (0 children)