expected an indented block
You didnt add the spaces at the start of your if/while/for statement
expected an indented block
You didnt add the spaces at the start of your if/while/for statement
IndentationError: unexpected indent
# Python uses spacing at the start of the line to determine when code blocks start and end.
# Errors you can get are:
def a():
...print "foo"
... print "bar"
IndentationError: unexpected indent
>>> print "hello"
IndentationError: unexpected indent
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us