Compare commits
5 Commits
main
...
experiment
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fb5c23de3 | |||
| 249b142570 | |||
| 89ef706f97 | |||
| 32e0680905 | |||
| d4df442097 |
3
new.py
Normal file
3
new.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
for i in range(10):
|
||||||
|
print(i,"new changes")
|
||||||
|
#https://cgit.cezentech.com/george/learn_git_here.git#
|
||||||
6
test.py
6
test.py
@ -1,3 +1,7 @@
|
|||||||
for i in range(10):
|
for i in range(10):
|
||||||
print(i,"hello worl")
|
print(i,"hello worl")
|
||||||
print(i+1,"hello world")
|
print(i+1,"hello world")
|
||||||
|
print(i+2,"hello world again")
|
||||||
|
# print(i+3,"hello experimental_main")
|
||||||
|
print("coconuts")
|
||||||
|
print("i",i,"coconut knife")
|
||||||
Loading…
Reference in New Issue
Block a user