To build: A number guessing game where the computer picks a number, and the user has to guess it with hints. Goal: Learn loops, randomness, and feedback-based logic. Features: •Random number from 1 to 20 •User guesses until they get it right •Count attempts and give feedback ("Too high"/"Too low") Skills: •while loop •random.randint() •Conditionals