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

valmis taas

parent 46d35e39
No related branches found
No related tags found
No related merge requests found
luku= input("Anna luku ")
luku2= input("Anna luku ")
luku = int(luku)
luku2 = int (luku2)
jako = luku/luku2
jako = float(jako)
print(luku+luku2)
print(luku-luku2)
print(luku*luku2)
print(jako)
\ 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