| 1 | """Guess the Number, by Al Sweigart al@inventwithpython.com |
| 2 | Try to guess the secret number based on hints. |
| 3 | This code is available at https://nostarch.com/big-book-small-python-programming |
| 4 | Tags: tiny, beginner, game""" |
nothing calls this directly
no test coverage detected