Python
Arduino
Robotics
Web
Bonus
100

I am used to show messages on the screen; without me, Python is quiet.

print()

100

I am small, can blink LEDs, and control motors.

Arduino

100

I follow your instructions exactly, but I cannot think for myself.

Robot / Program

100

I create the bones of a webpage. Without me, your website has no structure.

HTML

100

I store text or numbers temporarily and can change whenever you like.

Variable

200

I can hold many items at once, and you can change me whenever you want.

List

200

I can detect light, distance, or obstacles; I help your robot “see.” 

Sensor

200

I repeat tasks until told to stop, and I love loops.

Loop

200

I show headings like big or small text.

<h1> to <h6>

200

I am like a book, full of pages (or lines), and you can find each item by my number.

List/Array

300

I help you repeat actions many times without writing them again and again.

Loop (for/while)

300

I make your robot move forward, backward, or spin.

Motor

300

I give feedback immediately: I blink, buzz, or light up

LED/Output device 

300

I make text clickable and take you somewhere else.

Hyperlink / <a> tag

300

I can be True or False and help your program decide to go this way or that way.

Boolean expression

400

I check conditions and decide what to do next.

If statement

400

I can power LEDs and motors; without me, nothing runs.

Battery

400

I live inside your robot, and without me, the motors are silent.

Arduino

400

I let you insert pictures on a page.

<img> tag

400

I am a chatbot you can talk to every day.

ChatGpt

500

I protect your code from being executed when reading me; I start with #. 

Comment

500

I make robots follow a path or avoid obstacles automatically.

Line follower / Obstacle sensor

500

I am not alive, but I can learn, predict, or recommend things. You meet me on YouTube or TikTok.

AI

500

I create lists with bullets; I’m not numbered.

<ul> tag

500

I am hidden, but i tell the computer what to do. if you forget me ,your code won't run.

Syntax