python基础
一切皆对象!
type测对象类型
类型转换:int(),str(),float()【round(3.1345,2)==3.13】,
逻辑判断符:or and not True False
False: None,0 ,’
2020-04-13