Untitled
Anonymous
plain_text
09/03/2023 7:32 AM
264 B
26
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...