Python: Create function that iterates through list and returns a copy of list with a number removed

后端 未结 0 1218
盖世英雄少女心
盖世英雄少女心 2021-01-21 07:11

I have the following list:

listInitial = [20, 33, 24, 11, 0, 4, 3, 11]

I\'m trying to write a function that iterates through it and returns a cop

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