Quick actions

cmd+k|ctrl+k

Navigation

Languages

3.6

Snippet info

Language

Python

Visibility

public

Author

tailtt93

Created

2016-10-16T15:43:10Z

Updated

2016-10-23T03:22:03Z

b = "cho meo ga chuot vit ngan"
a = [i for i in b if b.count(i) == 1]
print(a)
INFO