ByteBlog

1-100 Game

This challenge is a simple number guessing game written in python. In this game the player has to guess a number between 1 and 100. The game provides feedback on whether the guess is too high, too low, or correct.

The challenge is to create this game in python and make the code as efficient as possible (small).

Here is a the Download link for my attempt at the challenge:

1-100Game.py