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