Looping through range

PHOTO EMBED

Sun Apr 25 2021 09:01:20 GMT+0000 (Coordinated Universal Time)

Saved by @fre_apples #python

promise = "I will finish the python loops module!"

for promises in range(5):
  print(promise)

# Output 

I will finish the python loops module!
I will finish the python loops module!
I will finish the python loops module!
I will finish the python loops module!
I will finish the python loops module!
content_copyCOPY