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