2 lines
45 B
Python
2 lines
45 B
Python
for i in range(10):
|
|
print(i,"hello worl") |
for i in range(10):
|
|
print(i,"hello worl") |