Python indentation error:

前端 未结 4 1222
天涯浪人
天涯浪人 2020-12-21 05:17

I have tried notepad++ and eclipse but even then , it is showing me an indentation error at line 18. I don\'t know, why it is throwing me an error like that...? please help

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-21 05:45

    It looks like you're using the wrong single quote mark. You need to use ', not .

    Not sure if this is your problem though.

提交回复
热议问题