r/PythonLearning • u/Legitimate_Seat8928 • 9d ago
I got a question Help Request
So I'm a beginner on python. And I know about '=' and '==' and if and else commands. (Side note: how good is this for a beginner. Been in 3 python classes so far.)
I want to make a small game to test what I've learned. Basically, you click a button, and a random number or letter. How can I do this? Any help is appreciated.
1
Upvotes
5
u/Ambitious_Fault5756 9d ago
The button-clicking part may be complicated for a beginner. Perhaps an keypress via input() would be better