suryansh-code / hangman

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
6 months ago6 months old
Consider removing the commented out code block
357
358
359if __name__ == "__main__":
360    # pass361
362    # To test part 2, comment out the pass line above and
363    # uncomment the following two lines.