How to split/slice a list in Python

后端 未结 0 1513
一个人的身影
一个人的身影 2020-12-02 14:20

I saw this code in w3resource:

C = [\'a\', \'b\', \'c\', \'d\', \'e\', \'f\', \'g\', \'h\', \'i\', \'j\', \'k\', \'l\', \'m\', \'n\']
def list_slice(S, step):         


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