NOOB问题:VS代码无法正常工作

时间:2020-04-24 17:14:08

标签: python-3.x visual-studio-code vscode-settings

制作一个列表,并使其循环迭代。但是,当尝试在VSC上执行时,它无法完全执行,因此我必须转到终端并按Enter键以执行最后一个Print语句。可以在其他IDE /编辑器(Pycharm,IDLE,Atom)中正常工作

可以肯定我缺少什么。

有人可以建议

谢谢

#looping though a slice 

players = ['ab','cd','ef','gh']
print('Names of first three players in the team:')
for pl in players[0:3]:
    print(pl.title())

updated code snippet

0 个答案:

没有答案