Magic Trick

This commit is contained in:
2023-06-24 21:25:57 +02:00
parent 7628af5bd0
commit c963fa5d44
+3
View File
@@ -0,0 +1,3 @@
s = input().strip()
su = set(s)
print(1 if len(su) == len(s) else 0)