单项选择题
下列哪个方法用于查看类的属性()
A.__doc__ B.__dict__ C.__module__ D.__class__
单项选择题 x=(3,)print(x*3)输出结果为:()
单项选择题 x=(3)print(x*3)输出结果为:()
单项选择题 输出结果为:()