Skip to content
Snippets Groups Projects
Commit 4978c97a authored by Pieta Kangas's avatar Pieta Kangas
Browse files

Update arvauspeli.py

parent 26779bda
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from random import randint
while True:
# Tämä arpoo satunnaisen luvun väliltä 1...1000
luku = randint(1,11)
luku = randint(1,1000)
arvaukset = 0
while True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment