Issue with List slicing

前端 未结 0 1817
别那么骄傲
别那么骄傲 2020-12-25 15:02
OGlist = [x, y, foo, bar, etc]
_list = []
_list2 = []

So, i have a list OGlist... i want the first 5 elements of the OGlist into _list , the second

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