Python 2016年3月28日2016年6月12日 | Leave a Comment on Python自动类型转换 Python自动类型转换 bool→int→float→complex 1.0+3=4.0 True+3.0=4.0
Python 2016年3月27日2016年6月12日 | Leave a Comment on Python基本对象类型 Python基本对象类型 字符串 String str " " ' ' 整数 integer int 十进制21 八进制025 十Continue reading Python基本对象类型