Today We Did
CHALLENGE Question (not required, but might be fun)
- password= [10,30,50,20,30,100]
- You are an adventurer trying to guess a code to a safe.
- The safe requires you to type all 6 numbers with input. Once all 6 are inputed separately, it prints (“You found the Golden Code!!!”)
- Use a while loop, which will use input to ask for a number for the code
- If they type quit or guess all 6, end the code.