夏光军

2020-11-28   阅读量: 634

Python

typing常用类型

扫码加入数据分析学习群


  • int,long,float: 整型,长整形,浮点型;

  • bool,str: 布尔型,字符串类型;

  • List, Tuple, Dict, Set:列表,元组,字典, 集合;

  • Iterable,Iterator:可迭代类型,迭代器类型;

  • Generator:生成器类型;


30.5935 1 0 关注作者 收藏

评论(0)


暂无数据

推荐课程

推荐帖子