题库 Python题库 题目列表 执行下列代码,输出的结果是?( ) word =...
单选题

执行下列代码,输出的结果是?( )

 word = 'China'
 num = 3
 string = 'python'
 total = string * (len(word) - num)
 print(total)
A.

pythonpython

B.

'python''python'

C.

python

D.

'python'

题目信息
2020年 9月 选择题
100%
正确率
0
评论
39
点击