how to print list skipping one element each time in python without numpy?

前端 未结 0 372
我在风中等你
我在风中等你 2021-01-20 08:05

given

samplelist = [100,101,102,103,104,105,106,107,108,109]

then I want output as below:

[100,[101,102,103,104,105,106,10         


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