题库 python等级考试 题目列表 下列程序的运行结果是?( ) name='The dog...
单选题

下列程序的运行结果是?( )

name='The dog is ehite' 
new_name=name[:11]+'white' 
print(new_name[11:])
A.

The dog is white

B.

hite

C.

ehite

D.

white

题目信息
字符串 二级知识块 2021年6月 一般
-
正确率
0
评论
18
点击