Skip to content

Commit f684f6f

Browse files
author
vdz
committed
fixed
1 parent 7fc26fb commit f684f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brain_games/games/brain_progression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def progression():
1313

1414
while count < 3:
1515
start = random.randint(1, 10)
16-
end = random.randint(40, 50)
17-
step = random.randint(2, 10)
16+
end = random.randint(40, 60)
17+
step = random.randint(2, 5)
1818
numbers = []
1919

2020
for current in range(start, end, step):

0 commit comments

Comments
 (0)