摘要: 1. 类(): 自动调用内部方法__init__() int(),str(),list(),bool(),tuple(),dict(),面向对象类。 2. int: a. 创建方式(两种): 1). a = 123 2). a = in(123) __init__(self, x, base=10) 阅读全文
posted @ 2017-10-25 17:46 nios_Y 阅读(189) 评论(0) 推荐(0)