Your first small Python win
This lesson is about one of the first tiny Python wins: store a value, then show it back as output. That may sound small, but it teaches an important pattern that shows up again and again in real code.
You do not need advanced ideas for this lesson to count. One or two lines of Python are enough to help you see how stored information becomes visible on screen.
Saving a value and printing it back out is already a real beginner coding step.