Create a program that generates three random numbers and stores them in a list. Then write a while loop which prompts the user to enter three numbers. You should then compare the numbers in both lists using a loop containing an if statement in order to see if they match. If they match, print a message to tell the user that they have won!
Comments
Leave a comment