python: __future__的介绍
摘要:
__future__ 给旧版本python提供新版本python的特性例如: 在python2.X中可以使用print"" 也可以使用print() 但是加载这个print的新特性就只能用print() 引入新特性的机制挺有意思的奥。 阅读全文
posted @ 2019-07-07 16:33 thotf 阅读(937) 评论(0) 推荐(0)
posted @ 2019-07-07 16:33 thotf 阅读(937) 评论(0) 推荐(0)
posted @ 2019-07-07 11:22 thotf 阅读(154) 评论(1) 推荐(0)
posted @ 2019-07-07 11:16 thotf 阅读(226) 评论(0) 推荐(0)