在线名词解释大全 - Python程序设计 - 详细

9()Analyzethefollowingcode:classA:def__init__(self,s="Welcome"):self.s=sdefprint(self):print(self.s)a=A()a.print()

A
The program has an error because class A does not have a constructor.
B
The program has an error because s is not defined in print(s).
C
The program runs fine and prints nothing.
D
The program has an error because the constructor is invoked without an argument.
E
The program runs fine and prints Welcome.
正确答案:
相关推荐
扫描二维码
关注公众平台