Home > database >  The python code why I wanted to use loop statement delete list elements, why not? And just deleted s
The python code why I wanted to use loop statement delete list elements, why not? And just deleted s

Time:09-23

CodePudding user response:

Because of the length of the list every time reduced by 1, circulation first delete the first 1, the second time to delete the second after an array
  • Related