Create Performance Task
The user will choose the range of numbers they want to guess from, and they'll be given a random amount of guesses to find the number chosen in the range by the computer.
I use a list to store the range of numbers the computer is able to choose from, based off of the user's choices.
My program uses abstraction and three functions to break down the game into different parts.
My program has three functions that all have different purposes. Two of them have parameters to make the function work.
My program has if/elif statements, while loops, for loops, and random choice to help with sequencing, selection, and iteration.