how to make a loop in python at the end to repeat the code 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")