suryansh-code / hangman

Re-definition found for builtin function PYL-W0622
Anti-pattern
Major
6 months ago6 months old
Redefining built-in 'str'
  7TOTAL_WARNINGS = 3
  8
  9
 10def countDis(str): 11
 12    s = set(str)
 13    return len(s)