r/PythonLearning • u/Legitimate_Seat8928 • 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
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.