1Lesson 1 of 29
Turn source code into actions
A program often starts as source code: plain text saved in files like main.py, App.java, or game.c. You can open it in a text editor because it is made of characters, not magic.
main.py
App.java
game.c