Compare commits
3 Commits
main
...
experiment
| Author | SHA1 | Date | |
|---|---|---|---|
| 89ef706f97 | |||
| 32e0680905 | |||
| d4df442097 |
5
test.py
5
test.py
@ -1,3 +1,6 @@
|
|||||||
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(i+7,"hello experimental_main_1")
|
||||||
Loading…
Reference in New Issue
Block a user