Now that you know what programming is, let's write a simple program. It's like writing a short note to a friend. We'll use Python, easy like Telugu.
Story: Use Notepad or any simple editor. Type your code there.
Fun Fact: In Andhra Pradesh, start with free online editors if no computer.
Story: Write: print("Hello, Andhra Pradesh!")
Fun Fact: "Print" means show on screen, like displaying a message.
Story: Save as hello.py, then run with Python. It shows "Hello, Andhra Pradesh!"
Fun Fact: Like sending a greeting to the whole state!
Story: Try: print("I am learning programming!")
Fun Fact: Each line is a step in your recipe.
print("Hello, Andhra Pradesh!")
print("I am learning programming!")
What does 'print' do in Python?