I used Jupiter notebook, I am new in python, I just try this code and get error, I don't understand why i get this error
for i in range(1,10):
if i%3==0:
continue
print(i)
ERROR:File "", line 3 continue ^ Indentation Error: expected an indented block