单选题

现有字符串 s = "international",想要输出单词 nation,正确的做法是?

A

print(s[5:])

B

print(s[5: 11])

C

print(s[6: 10])

D

print(s[6: 11])

赣ICP备20007335号-2