removes the elements from the list where there is 1 character in python

后端 未结 0 965
心在旅途
心在旅途 2021-01-27 05:18

I\'m trying to create a loop that removes the elements from the list where there is 1 character

for i in table_classement2:
    if i == 1:
        del i
table_cla         


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