第16133题 单选
执行给定Python代码,输出的结果是?
word = 'China'
num = 3
string = 'python'
total = string * (len(word) - num)
print(total)
A

pythonpython

B

'python''python'

C

python

D

'python'

程序运行统计
暂无判题统计