摘要: 一、基本数据类型 In [5]: a=3 In [6]: a Out[6]: 3 In [7]: type(a) Out[7]: int In [8]: b="string" In [9]: b Out[9]: 'string' In [10]: type(b) Out[10]: str In [1 阅读全文
posted @ 2018-12-19 16:49 xuchenliang 阅读(65) 评论(0) 推荐(0)