What to do with “Unexpected indent” in python?

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

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

17条回答
  •  萌比男神i
    2020-11-22 08:09

    Run your code with the -tt option to find out if you are using tabs and spaces inconsistently

提交回复
热议问题