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
8eda90d9f8
commit
4a20298ab2
3
labs03/task02.py
Normal file
3
labs03/task02.py
Normal file
@ -0,0 +1,3 @@
|
||||
def alfaRange(x, y):
|
||||
for i in range(ord(x), ord(y)):
|
||||
yield chr(i)
|
Loading…
Reference in New Issue
Block a user