# warning we did not develop it enough, might be too easy
import time
# puzzle pieces puzzle pieces!
print("This puzzle piece is the solution to the puzzle:")
print("")
print("1. You solved the puzzle!")
print("")
print("Select which piece to try as the solution of the puzzle,")
print(" or hit enter for the computer to try one for you:")
selection = input("> ")
if selection != "1":
print()
print(' Computer is spending time identifying a piece to try as
puzzle solution ....')
time.sleep(1)
print()
print(' The computer randomly selected a piece among all the options.')
print()
print(" !!!!! =D =D =D !!!!!! YOU SOLVED THE PUZZLE !!!!! =D =D =D !!!!")
print()
time.sleep(2)