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

tehty

parent dcd1d518
No related branches found
No related tags found
No related merge requests found
luku=int(input("Anna luku"))
luku2=int(input("Anna luku"))
luku3=int(input("Anna luku"))
if(luku>luku2) and (luku>luku3):
print(luku)
elif luku2>luku3:
print(luku2)
else:
print(luku3)
\ 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