摘要: 【1】用一个简单的程序来显示Python的数字类型。 code: 1 class ShowNumType(object): 2 def __init__(self): 3 self.showInt() 4 self.showLong() 5 self.showFloat() 6 self.showC 阅读全文
posted @ 2018-09-27 22:00 MUOURAN0120 阅读(276) 评论(0) 推荐(0) 编辑