立即学习:https://edu.csdn.net/course/play/30535/449771?utm_source=blogtoedu
常见数据类型:
- Numbers
- Bool
- String
- List
- Tuple(元组)
- Dictionary
- Set
Numbers:
- int
- type() for the class/type of variable
- isinstance()
- 只有float,没有double
立即学习:https://edu.csdn.net/course/play/30535/449771?utm_source=blogtoedu
常见数据类型:
Numbers: