forked from tdwojak/Python2017
Merge branch 'master' of https://git.wmi.amu.edu.pl/tdwojak/Python2017
# Conflicts: # labs02/test_task.py
This commit is contained in:
parent
4a20298ab2
commit
dcd13d8f6d
@ -1,3 +1,7 @@
|
||||
def alfaRange(x, y):
|
||||
for i in range(ord(x), ord(y)):
|
||||
yield chr(i)
|
||||
|
||||
def alfaRange(x, y):
|
||||
for i in range(ord(x), ord(y)):
|
||||
yield chr(i)
|
Loading…
Reference in New Issue
Block a user