155k views
3 votes
can someone help me im using python IDLE and im getting this message in the output what does this mean "Error: unindent does not match any outer indentation level"

2 Answers

3 votes

Answer:

Indent the first line

Explanation:

In many types of coding, the process does not work until you indent the first line. If it is a few rows in programs such as loops many more indentations maybe needed.

User Benjamin Zach
by
3.3k points
4 votes

Answer:

Indent the first line

Step-by-step explanation:

In many types of coding, the process does not work until you indent the first line. If it is a few rows in programs such as loops many more indentations maybe needed.

User Victor Nazarov
by
3.6k points