Init
This commit is contained in:
3
python/12.09.25/lecture.py
Normal file
3
python/12.09.25/lecture.py
Normal file
@@ -0,0 +1,3 @@
|
||||
for i in range(0, 20):
|
||||
print("*", end=' ')
|
||||
print(i)
|
||||
Reference in New Issue
Block a user