I am used to show messages on the screen; without me, Python is quiet.
print()
I am small, can blink LEDs, and control motors.
Arduino
I follow your instructions exactly, but I cannot think for myself.
Robot / Program
I create the bones of a webpage. Without me, your website has no structure.
HTML
I store text or numbers temporarily and can change whenever you like.
Variable
I can hold many items at once, and you can change me whenever you want.
List
I can detect light, distance, or obstacles; I help your robot “see.”
Sensor
I repeat tasks until told to stop, and I love loops.
Loop
I show headings like big or small text.
<h1> to <h6>
I am like a book, full of pages (or lines), and you can find each item by my number.
List/Array
I help you repeat actions many times without writing them again and again.
Loop (for/while)
I make your robot move forward, backward, or spin.
Motor
I give feedback immediately: I blink, buzz, or light up
LED/Output device
I make text clickable and take you somewhere else.
Hyperlink / <a> tag
I can be True or False and help your program decide to go this way or that way.
Boolean expression
I check conditions and decide what to do next.
If statement
I can power LEDs and motors; without me, nothing runs.
Battery
I live inside your robot, and without me, the motors are silent.
Arduino
I let you insert pictures on a page.
<img> tag
I am a chatbot you can talk to every day.
ChatGpt
I protect your code from being executed when reading me; I start with #.
Comment
I make robots follow a path or avoid obstacles automatically.
Line follower / Obstacle sensor
I am not alive, but I can learn, predict, or recommend things. You meet me on YouTube or TikTok.
AI
I create lists with bullets; I’m not numbered.
<ul> tag
I am hidden, but i tell the computer what to do. if you forget me ,your code won't run.
Syntax