2019年4月17日
摘要: 数字类型 num=100 Print(numr,type(num)) num=3.1415926 print(num,type(num)) res=True Print(res , type(res) , is instance(res,int)) 数字类型直接的相互转化 a=10 B=14.5 C 阅读全文
posted @ 2019-04-17 21:23 我只想你 阅读(143) 评论(0) 推荐(0)