Lab Assignment 01
Lab Assignment 01
import random
# Instructions
Print (f"I'm thinking of a number between {lower_bound} and {upper_bound}.")
# Game loop
while True:
try:
# Ask the player to guess a number
guess = int(input("Enter your guess: "))
guesses_taken += 1 # Count each guess