python学习笔记
Python基本数据类型讲解python一切皆为对象Python一切皆为指针基本数据类型Int bool(True False) string list tuple(元组) dic
python学习笔记