1. 程式人生 > >python3.6.4沒有raw_input

python3.6.4沒有raw_input

不用 bubuko 數字 3.6 區別 python2 raw_input 報錯 python3.x

技術分享圖片之前是一直在用Python2.7版本,2.7裏面raw_input()和input個人認為區別在於raw_input()可以輸入字符串和中文,而input()只接受數字,輸入字符串就會報錯。

現在用的3.6.4的版本只有input(),但它相當於2.7裏面的raw_input()和input的結合,可以接受字符串、中文和數字的輸入。所以使用python3.X版本的就可以不用再區分兩者了

python3.6.4沒有raw_input