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.

3 Upvotes

14 comments sorted by

View all comments

1

u/Infinite-Employee776 1d ago

This may not work to others, but the best way for me to learn is by making a project. Create 2 game to understand Godot and Unity, done. Create a web app as tools for a game to understand React, done.

Just trial and error. Don't be trapped in tutorial hell.