一 collections模块
collections模块在内置的数据类型,比如:int、str、list、dict等基础之上额外提供了几种数据类型。
参考博客
http://www.pythoner.com/205.html
二 time模块
在Python中共有三种表达方式:1)timestamp 时间戳 2)tuple或者struct_time3)格式化字符串。
三者的转换关系示意图
时间: 2024-10-29 06:14:48
一 collections模块
collections模块在内置的数据类型,比如:int、str、list、dict等基础之上额外提供了几种数据类型。
参考博客
http://www.pythoner.com/205.html
二 time模块
在Python中共有三种表达方式:1)timestamp 时间戳 2)tuple或者struct_time3)格式化字符串。
三者的转换关系示意图