If-Else Example - Edublocks Typing CST Test
Loading…
If-Else Example — Edublocks Code
Checks a condition and prints different messages.
x = 10
if x > 5:
print("x is greater than 5")
else:
print("x is 5 or less")Edublocks Language Guide
Edublocks is a block-based programming platform that introduces coding concepts to beginners by visually snapping together programming blocks. It is designed to be beginner-friendly, bridging the gap between visual and text-based coding.
Primary Use Cases
- ▸Teaching programming basics in schools
- ▸Introducing Python concepts to beginners
- ▸Programming microcontrollers and educational robots
- ▸Prototyping small Python programs visually
- ▸Transitioning learners from block-based coding to text-based Python
Notable Features
- ▸Drag-and-drop visual programming interface
- ▸Real-time Python code generation alongside blocks
- ▸Cross-platform: works on Windows, Mac, Linux, and Raspberry Pi
- ▸Supports hardware projects like LEDs, motors, and sensors
- ▸Extensible: custom blocks for specific libraries or hardware
Origin & Creator
Edublocks was created by Edublocks Ltd., founded by educators and developers aiming to simplify coding education for children and beginners.
Industrial Note
Edublocks is popular in primary and secondary education, coding clubs, and maker communities as a stepping stone from block-based visual coding (like Scratch) to textual programming in Python.