Question: 1-Write a PYTHON program that generate a random uppercase alphabetic character and asks the user to guess on the generated character by entering an uppercase
1-Write a PYTHON program that generate a random uppercase alphabetic character and asks the user to guess on the generated character by entering an uppercase alphabetic character.
The program should check if the entered character is the same as the generated one, if they are equal print the Good Guess else print Wrong Guess.
Sample Runs:
Enter an uppercase alphabetic character: A
Wrong Guess
The Random character is: B
Enter an uppercase alphabetic character: C
Good Guess
The Random character is: C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
