on text1.text, I have 5 characters, how can I check to make sure that none of them are the same


like:

Code:
if text1.text include 2 same characters then
bla bla bla
else:
bla bla bla
how do I get it work?