what code to make python code repeat code example
Example: how to reapete the code in python
for i in range(4): # 4 = number of times you want to run the code
print("Hello World")
for i in range(4): # 4 = number of times you want to run the code
print("Hello World")