ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

14 - Hangman-14 #34

Closed yudori closed 4 years ago

yudori commented 4 years ago

In this task, you'll be handling a specific exception to improve the experience of your users.

There are many in-built exceptions provided by python to be caught for different reasons. For this particular task, you'll be catching the KeyboardInterrupt exception.

Currently while running your game, when a user enters ctrl + c , we have the following error

image