Magic Trick
This commit is contained in:
3
magictrick.py
Normal file
3
magictrick.py
Normal file
@@ -0,0 +1,3 @@
|
||||
s = input().strip()
|
||||
su = set(s)
|
||||
print(1 if len(su) == len(s) else 0)
|
||||
Reference in New Issue
Block a user