摘要: python解释器 阅读全文
posted @ 2019-07-11 17:30 熵殇 阅读(155) 评论(0) 推荐(0)
摘要: python3 闭包函数 装饰器 阅读全文
posted @ 2019-07-11 17:09 熵殇 阅读(331) 评论(0) 推荐(0)
摘要: python 2 与python 3区别汇总 一、核心类差异1. Python3 对 Unicode 字符的原生支持。Python2 中使用 ASCII 码作为默认编码方式导致 string 有两种类型 str 和 unicode,Python3 只支持 unicode 的 string。Pytho 阅读全文
posted @ 2019-07-11 16:08 熵殇 阅读(658) 评论(0) 推荐(0)
摘要: python,力扣 leetco 两数之和 addTwoNumbers 思路是利用列表的特性 ,反向取值,然后计算结果 再放入列表中,倒置, 阅读全文
posted @ 2019-07-11 15:25 熵殇 阅读(243) 评论(0) 推荐(0)