python 報錯:str=input() File "", line 1, in NameError: name 'hello' is not defined

簡單的程序:html str=input() print(str)結果報錯: str=input() File "<string>", line 1, in <module> NameError: name 'hello' is not defined 原來時python版本的問題:python 這是python3的語法,可是本身電腦時python2.7python2.7 改成:code st
相關文章
相關標籤/搜索