python3 print報錯
在安裝了最新版本的Python 3.x版本之後,去參考別人的程式碼(基於Python 2.x寫的教程),去利用print函式,列印輸出內容時,結果卻遇到print函式的語法錯誤:
SyntaxError: invalid syntax
這是因為Python 2.x升級到Python 3.x,print函式的語法變化了,所以用Python 2.x的print函式的程式碼,放在Python 3.x中執行,結果就出現了print函式的“SyntaxError: invalid syntax”了。
Python 2.x和Python 3.x中print函式語法方面的區別
最簡潔的解釋為:
Python 2.x: print “所要列印的內容” , 不帶括號
Python 3.x: print函式(”所要列印的內容”),必須帶括號
舉例來說明,即為:
1.不帶百分號格式化的
python 2.x:
print "Pyhon 2 can use print string without ()";
python 3.x:
print("Python3, print must use () to output string");
2.帶百分號格式化的
python 2.x:
print "old %s version is %d, print no ()"%("Python", 2);
python 3.x:
print("new %s version is %d, print must have ()"%("Python", 3));
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2318/viewspace-2836636/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python3中 print不加括號報錯!Python
- 自帶的 print 函式居然會報錯?函式
- Python3基礎篇--print的使用Python
- 如何用python3輸出print對齊?Python
- python3升級後的報錯Python
- 【MySQL】mysql啟動報錯./mysqld_safe: my_print_defaults: not foundMySql
- Python2和Python3中print的不同點Python
- MySQL 5.5初始化資料庫報錯FATAL ERROR: Could not find my_print_defaultsMySql資料庫Error
- Python3類方法報錯takes 0 positional arguments but 1 was givenPython
- python3中reload()函式報錯怎麼解決Python函式
- PHP程式設計師的除錯技術使用print語句、錯誤報告和PHPEclipse外掛(轉)PHP程式設計師除錯Eclipse
- python3的urllib2報錯問題解決方法Python
- JavaScript print()JavaScript
- js printJS
- PHP 列印函式之 print print_rPHP函式
- anacond 或python3 報check_hostname requires server_hostname錯誤PythonUIServer
- 解決react-native run-ios報錯問題--Print: Entry, ":CFBundleIdentifier", Does Not ExistReactiOSIDE
- centos6,python3,通過pip安裝pycurl出現報錯提示CentOSPython
- print the result sqlSQL
- GitHub 熱門:別再用 print 輸出來除錯程式碼了Github除錯
- Python print函式用法,print 格式化輸出Python函式
- 字串函式 print ()字串函式
- python print 用法Python
- java-- Print流Java
- print基礎用法
- JavaScript報錯型別(報錯速查)JavaScript型別
- Android KitKat Print框架Android框架
- pycharm print 加顏色PyCharm
- Python3 錯誤和異常介紹Python
- python3中輸出錯誤怎麼辦?Python
- JavaScript報錯JavaScript
- spark報錯Spark
- mybatis報錯MyBatis
- redis報錯Redis
- 報錯+2
- playsound報錯
- 前端報錯前端
- dhcp報錯