Answers for "how to check if all characters in string are same python"

2

how to check if all characters in string are same python

s == len(s) * s[0]
Posted by: Guest on May-14-2020

Code answers related to "how to check if all characters in string are same python"

Python Answers by Framework

Browse Popular Code Answers by Language