How to remove all repeating elements from a list in python?

前端 未结 0 1366
情话喂你
情话喂你 2020-12-11 23:44

I have a list like this:-

[1,2,3,4,3,5,3,6,7,8]

I want to remove the repeating element (here:- 3) completely from the list like this:-

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