Python centralized method summary for removing duplicate elements in the list

From , 5 Years ago, written in Python, viewed 206 times.
URL https://pastebin.vip/view/17f5e6db
  1. l1 = ['b','c','d','b','c','a','a']
  2. l2 = list(set(l1))
  3. print l2
  4.  
  5.  

Reply to "Python centralized method summary for removing duplicate elements in the list"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website