On-screen text
How to become programmer
from zero
(in 2026)
1) Pick one language
Python
Build software, automate tasks,
and analyze data
JavaScript
Build websites, interactive apps,
and add logic to the web
Lua
Script games, extend applications,
and write lightweight code
2) Learn basics
Each level gives 20 coins.
Find the total after 5 levels.
python
coins = 0
for level in range(5):
coins += 20
print( )
3) Build projects
NEW PROJECT
AI Tutor
Correct answer:
soil = soil + 3
4) Understand
your mistakes
- operator inc
Does it make sense now?
Can you give me an example?
For example:
python
soil = 5
soil = soil + 3
print(soil)
This works because soil + 3 takes the
current value of soil and adds 3 to it.
+ is used to increase a variable, while is used to decrease it.
5) Practice everyday
CHAPTER 1, UNIT 1
Introduction to Python
100%
News