Basic Python Hello World Program Syntax Error

后端 未结 5 1187
自闭症患者
自闭症患者 2020-12-12 01:17

I am not that really new in Programming but in Python I am really a newbie, and so when I started learning Python from the tutorials they encouraged me to use the IDLE edito

5条回答
  •  青春惊慌失措
    2020-12-12 01:31

    The problem here is with the double quotes. Try to use a different word editor , it will surely solve the problem. For Linux , install gedit and then type the code and run it. For Mac, Install Text Wrangler and For Windows , Install Notepad++.

    This will definitely solve your problem.

提交回复
热议问题