# example: use built-in functions # Write a function that # asks a user to guess a number between 1 and 100. # The computer will randomly pick a number between 1 and 100. # If a user guesses right, a function returns a "You win!" message. # Otherwise, returns "Try again!" message. # Hint: you can use random.randint()