题目内容

返回数字绝对值的函数为( )。

A. abs
B. pow
C. round
D. mod

查看答案
更多问题

class Person: def sayHello(self): print('Hello', self.name)p = Person____p.name = 'kitty'p.sayHello____

class Test(object): count = 100 def ____(self): self.count = 200test = Test()print(test.count)

列举几种Python的组合数据类型,分别有什么特点?

简述列表和元组的区别

答案查题题库