第11063题 单选
如下Python程序运行后显示的内容是?

程序:

#print('我')
#print('我爱')
#print('我爱中')
print('我爱中国')
A

B

我爱

C

我爱中

D

我爱中国

提交0次 正确率0.00%
答案解析