Your first Python program usually prints text to the screen using print(). This small win builds confidence and shows that you can already run working code.
Key Points
print() displays output on screen.
Text values are written inside quotes.
Small first programs reduce beginner fear quickly.