20190323——Python基礎代碼練習

print("please input a number about your age:") age=int(input()) print(age) 由於Python的字符串類型是str,在內存中以Unicode表示,一個字符對應若干個字節。如果要在網絡上傳輸,或者保存到磁盤上,就需要把str變爲以字節爲單位的bytes。 尤其重要,如果要在網絡上傳輸,或者保存到磁盤上,就需要把str變成以字節爲
相關文章
相關標籤/搜索