Compare commits

...

2 Commits

Author SHA1 Message Date
4b406502d1 another commit 2025-11-24 10:53:56 +04:00
f8472e3113 commit 2025-11-24 10:51:37 +04:00

View File

@@ -0,0 +1,6 @@
print('First commit')
for i in range(10):
print(i)
print('Another commit')
for i in range(10, 0, -1):
print(i)