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

tehty

parent 5e04477f
No related branches found
No related tags found
No related merge requests found
summa=0
while True:
luku = int(input("Anna luku "))
if luku!=0:
summa = summa+luku
else:
break
print(summa)
\ 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