I was doing some hw and the project until I tried to use for i in range to repeat the code
for i in range(4)
print ('.....')
Is there anything that I miss out on or didn't include in the code that makes it run into an error every time I tried to run it