下面代码的输出结果是? ( )
name = "Python 语言程序设计"
for i in range(5) :
print(name[i], end=' ' )
Python
Pytho
ython
Python 语言程序