Untitled

 avatar
unknown
plain_text
2 years ago
197 B
5
Indexable
# Online Python compiler (interpreter) to run Python online.
# Write Python 3 code in this online editor and run it.
print("Hello world")

str = ''
for i in range(0,5):
    str += '1 '

print (str)
Editor is loading...