Is there a way we can reverse a **portion** of a lisr **in-place** on **Python3** using a **built-in** function?

前端 未结 0 1460
故里飘歌
故里飘歌 2021-02-03 17:30

I understand that there are multiple ways to reverse a portion of a list in Python

#1

def reverse_list(a,b):
    while a

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