"Simon Says' is a memory game where "Simon' outputs a sequence of 10 characters (R. G, B, Y) and the user must repeat the sequence. Create a for loop that compares the two strings. For each match, add one point to user score Upon a mismatch, end the game Sample output with inputs: RRGBRYYBGY "RRGBBRYBGY User score: 4 1 user score - 2 Simon pattern user pattern input() - input() D! 5. Your solution goes here 7 printUser scorer', user_score) !1



Answer :

Other Questions