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))
相关文章
相关标签/搜索