Cetak (i)
for i in [100, 1000, 10000]:
print(i)
Successful Swiftlet
for i in [100, 1000, 10000]:
print(i)
The print() function will print out whatever you want.
The print will go to the output.