Confusion about the order of the elements in a list

前端 未结 0 628
情书的邮戳
情书的邮戳 2020-11-22 06:27

Took a Python class a few months ago so im a little rusty lst= ["A", "B", "C", 2, 9 ] 0, 1, 2 , 3, 4

print(lst[0:4]) [\'A\', \'B\',

相关标签:
回答
  • 消灭零回复
提交回复
热议问题