ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

12 - Hangman-12 #29

Closed yudori closed 4 years ago

yudori commented 4 years ago

Using regular expressions, modify your hangman code to reject input that is

Print out a generic message if the input does not fit these criteria. Something along the lines of "Your input must be a single character alphabet or '!' to exit").

Note:

jirevwe commented 4 years ago

You can use Regexr to validate your regex before adding it to your code

ebosetalee commented 4 years ago

You can use Regexr to validate your regex before adding it to your code

Thank you 😭