Skip to content

Instantly share code, notes, and snippets.

@mangafas
Created March 22, 2017 14:44
Show Gist options
  • Save mangafas/f3b5d1f17e50c30abc786423463c3122 to your computer and use it in GitHub Desktop.
Save mangafas/f3b5d1f17e50c30abc786423463c3122 to your computer and use it in GitHub Desktop.
dsa
x = input()
l = []
for s in x:
if s in l:
l.append(s)
for s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment