Lesson 1: Your First Code

Welcome to the course! Today we will write your very first line of code in Python. Python is the most used language in the world for Artificial Intelligence because it is powerful but easy to read, almost like English.

What is the print() function?

Imagine you want to tell the computer to "speak". In Python, this command is called print().

print("Hello World!")

Your Objective

Look at the editor on the right (or bottom on mobile). You can write real Python code there.

  1. Click inside the black editor.
  2. Type: print("Hello Academy!")
  3. Click the blue Run button.
  4. Watch what happens in the console below!
main.py
Initializing Python Environment...

Loading Python (Pyodide)...