下列代码输出结果是10。( )
class MyClass(): class_attribute = 10 MyClass.class_attribute = 20 print(MyClass.class_attribute)