JavaShuo
栏目
标签
the Python's note during study by myself
时间 2021-07-13
标签
notebook
栏目
Python
繁體版
原文
原文链接
1 堆里面放对象。 栈里面放变量。(FILO) 2 del variant 删除的只是栈里的变量,对象依然存在与堆里里面(对象没有再被引用时,堆里面的对象就被回收) 3 解包赋值实现变量互换 a,b = b,a 4 python 不支持常量 5 命名规则 类:驼峰命名(唯一不用下划线的) 逻辑常量:全大写
>>阅读原文<<
相关文章
1.
perl study note-1
2.
Dram Study note--Termination
3.
perl study note
4.
perl study note-2
5.
Beginning Scala study note(6) Scala Collections
6.
c++ 12_27 study note
7.
c++ 12_28 study note
8.
c++ 12_25 study note
9.
c++ 01_02 study note
10.
Jfinal study note
更多相关文章...
•
SQLite Indexed By
-
SQLite教程
•
SQLite Group By
-
SQLite教程
•
RxJava操作符(一)Creating Observables
•
JDK13 GA发布:5大特性解读
相关标签/搜索
pythons
note
study
Paper Note
study one
Study Record
mysql..the
the&nbs
mysql....the
The One!
Python
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
字节跳动21届秋招运营两轮面试经验分享
2.
Java 3 年,25K 多吗?
3.
mysql安装部署
4.
web前端开发中父链和子链方式实现通信
5.
3.1.6 spark体系之分布式计算-scala编程-scala中trait特性
6.
dataframe2
7.
ThinkFree在线
8.
在线画图
9.
devtools热部署
10.
编译和链接
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
perl study note-1
2.
Dram Study note--Termination
3.
perl study note
4.
perl study note-2
5.
Beginning Scala study note(6) Scala Collections
6.
c++ 12_27 study note
7.
c++ 12_28 study note
8.
c++ 12_25 study note
9.
c++ 01_02 study note
10.
Jfinal study note
>>更多相关文章<<