随笔分类 -  Python

摘要:1 3.7往后iterable 、iterator包都包含在collections.abc中了,记录一下 from collections.abc import Iterable,Iterator print(isinstance((),Iterable)) 2 int进制转换:hex() int( 阅读全文
posted @ 2019-06-06 15:31 NeoZy 阅读(159) 评论(0) 推荐(0)