“Simon Says” is a memory game where “Simon” outputs a sequence of…
Question Answered step-by-step “Simon Says” is a memory game where “Simon” outputs a sequence of… “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 Computer Science Engineering & Technology Python Programming IT 140 154586 Share QuestionEmailCopy link Comments (0)


