Advertisement
namemkazaza

5

Feb 9th, 2021
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. n = input()
  2. for i in n:
  3.     if n.count(i) > 1:
  4.         print('TRUE')
  5.         quit(0)
  6. print("False")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement