Mon Jan 20 2025 13:44:32 GMT+0000 (Coordinated Universal Time)
Saved by @Sudheer
a=input() b=[] for i in a: if i not in b: b.append(i) print(b)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments