IndentationError error in Python
Hi, I wrote this pumpkin but it gives me an indentation error. I don't know where the problem is. Can you help?
IndentationError: expected an indented block
for i in range(5):
print(i)