What to do with “Unexpected indent” in python?

前端 未结 17 2566
天涯浪人
天涯浪人 2020-11-22 07:46

How do I rectify the error \"unexpected indent\" in python?

17条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 08:14

    By using correct indentation. Python is whitespace aware, so you need to follow its indentation guidlines for blocks or you'll get indentation errors.

提交回复
热议问题