從0開始學Python的過程以及對一些代碼的看法

這是我在簡單瞭解Python以後的作的一些簡單的Python語言的運行python print(123) 輸出結果 123web print('hello') 輸出結果 hello數組 str_eight = str(8) #str_eight + 10 print(type(str_eight))#輸出類型 eight = 8 str_eight_two = str(eight)#類型轉換
相關文章
相關標籤/搜索