原创 Python學習之路(初學者)

1、下載、安裝、破解 安裝python教程 2、編寫程序!! hello world ! print("hello world") 交互程序interaction name = input("name:") age = int(

原创 編碼、列表、字典

編碼轉換 name = '偉大' print(name.encode(utf-8)) #encode表示編碼 編碼爲utf-8 print(name.encode(utf-8).decode) #decode表示解碼 也就是還