Skip to content
Snippets Groups Projects
Commit dcd1d518 authored by pasi kanto's avatar pasi kanto
Browse files

tehty

parent b9b69786
No related branches found
No related tags found
No related merge requests found
ika = int(input("Anna ikäsi: "))
if ika <13:
print("child")
elif (ika>=13) and (ika<=19):
print("teen")
elif(ika>=20) and (ika <=65):
print("adult")
else:
print("senior")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment