哪个选项是下面代码的执行结果?name="Python语言程序设计课程" print(name[0],name[2:-2],name[-1])
A.P thon语言程序设计 程
B.P thon语言程序设计 课
C.P thon语言程序设计课 程
D.P thon语言程序设计课 课
正确答案是A