摘要:
Python的字符串格式化有两种方式: 百分号方式、format方式 百分号的方式相对来说比较老,而format方式则是比较先进的方式,企图替换古老的方式,目前两者并存。[PEP-3101] This PEP proposes a new system for built-in string for 阅读全文
posted @ 2019-01-14 21:33
zhangshh
阅读(118)
评论(0)
推荐(0)
摘要:
练习 八 数据类型总结 按存储空间的占用分(从低到高) 按存值个数区分 按可变不可变区分 按访问顺序区分 阅读全文
posted @ 2019-01-14 20:59
zhangshh
阅读(263)
评论(0)
推荐(0)