摘要:
#object 不是一个参数 class Student(object): def __init__(self,a,b): print('a-b=',a-b); print('a+b=',a+b); print('a*b=',a*b); print('a/b=',a/b); print('a%b=',a%b); print('a//b=',a//b); print('a的平方是',a*a); pr 阅读全文
posted @ 2019-08-09 20:01
贺娜
阅读(524)
评论(0)
推荐(0)
浙公网安备 33010602011771号