通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
程序段如下:
ls=list(range(5)) ls[-4:4]=["Computer" , "Python" ] print (ls)
print函数输出的结果( )。