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

tehty

parent b4a5efc1
No related branches found
No related tags found
No related merge requests found
luku= int(input("Anna luku"))
if (luku == 10) or (luku == 20):
print("number is 10 or 20")
elif(luku == 100) or (luku == 200):
print("number is 100 or 200")
else:
print(luku)
\ 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