feat:
--my third commit -- print(i+2,"hello world again")
This commit is contained in:
parent
4ed8ab167a
commit
d4df442097
1
test.py
1
test.py
@ -1,3 +1,4 @@
|
|||||||
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")
|
||||||
Loading…
Reference in New Issue
Block a user