How can I reverse a section of a list using a loop in Python?

后端 未结 5 932
长发绾君心
长发绾君心 2021-01-23 05:45

I\'m in need of a little help reversing a section of a list in Python using a loop.

I have a list: mylist = [\'a\', \'b\', \'c\', \'d\', \'e\', \'

5条回答
提交回复
热议问题