python容器
摘要:list 可变数组 tuple 不可变数组 dict 键值对(key-value)的字典(dictionary) 初始化: a={‘...
阅读全文
posted @
2017-01-22 11:31
岚漾忆雨
阅读(33)
推荐(0)
python2 与 python3的区别(逐渐发掘)
摘要:输出: python2 print — 作为一个关键字 python3 print() — 作为一个函数除法: / 号在p...
阅读全文
posted @
2017-01-18 10:19
岚漾忆雨
阅读(37)
推荐(0)