mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
Update python3-ru.html.markdown
Typo fix
This commit is contained in:
parent
13e3b1ea49
commit
dac116d322
@ -593,7 +593,7 @@ def double_numbers(iterable):
|
||||
range_ = range(1, 900000000)
|
||||
|
||||
# Будет удваивать все числа, пока результат не превысит 30
|
||||
for i in double_numbers(xrange_):
|
||||
for i in double_numbers(range_):
|
||||
print(i)
|
||||
if i >= 30:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user