python 學習筆記(超詳細)(一)

文章目錄 python 學習筆記(一) 1.python內存管理方式 2.數字 3.字符串 4.運算符與表達式 5.常用內置函數 6.對象的刪除(好習慣) 7.基本的輸入輸出 8.模塊的導入與使用 9.python之禪--The Zen of Python python 學習筆記(一) 1.python內存管理方式 print(isinstance(3,int)) x=3 print(id(x))
相關文章
相關標籤/搜索