单选题

下列代码的执行结果是?

z = "7"
x = z + z
print(x)
z = int(z)
x = z + z
print(x)

A

77 换行 77

B

14 换行 14

C

77 换行 14

D

14 换行 77

赣ICP备20007335号-2