Question: Local and Global Scope Guessing Game Write a python function that asks the user to enter a number If the number matches the secret number,

Local and Global Scope Guessing Game Write a python function that asks the user to enter a number If the number matches the secret number, the score is increased by 1 (score +=1) If the number does not match the secret number, ask the user to enter another number or enter 1 to end the game On exit, print the total score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
