← Back to List
21143번: Magic Trick ↗
Solutions
Python 3
52 B | 52 chars
s = input() print(int(len(s) == len(set(list(s)))))