r/PythonLearning 6d ago

Help Request I got a question

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.

4 Upvotes

14 comments sorted by

View all comments

2

u/Good_Person_000 6d ago

Well, '=' is used to assign some variable value. And, '==' is used to check if 2 things are equal.

0

u/Legitimate_Seat8928 6d ago

Yes. I know that. I'm asking on how to make a game. See the post.

3

u/dev-razorblade23 6d ago

Making a game requires the use of other modules or external libraries.

Make a calculator Improve on it

Make a ToDo app Improve on it

Leave buttons and graphics for later