以下程序的输出结果是( )。t = "the Worl

以下程序的输出结果是( )。

t = "the World is so big, I want to see"
s = t[20:21] + "love" + t[:9]
print(s)
答案
C

题目信息

题号:5423
题型:单选题
难度:普通