-->
s = "Python", 能够显示输出Python 的选项是: A.`print(s[0:-1]) ` B.`print(s[-1:0]) ` C.`print(s[:5]) ` D.`print(s[:]) ` 答案:D