Cómo reapazar el código en Python
for i in range(4): # 4 = number of times you want to run the code
print("Hello World")
Clean Cow
for i in range(4): # 4 = number of times you want to run the code
print("Hello World")