题目内容

以下是选择语句的是( )。

A. do语句
B. for语句
C. if语句
D. while语句

查看答案
更多问题

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

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的组合数据类型,分别有什么特点?

答案查题题库