Browse Source
Update: Update info in README update code in 01.py Added Added 02.py - for cyklusmaster
3 changed files with 8 additions and 2 deletions
@ -1 +1,4 @@ |
|||
print("Hello git") |
|||
print("Hello git") |
|||
|
|||
for i in range(5): |
|||
print(i) |
@ -0,0 +1 @@ |
|||
print("hello 2") |
Loading…
Reference in new issue