1. Home
  2. /
  3. Edublocks
  4. /
  5. Simple Addition

Simple Addition - Edublocks Typing CST Test

Loading…

Simple Addition — Edublocks Code

Adds two numbers and prints the result.

a = 5
b = 7
print(a + b)

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.

More Edublocks Typing Exercises

Hello World in EduBlocks (Python)If-Else ExampleFor Loop ExampleWhile Loop ExampleFunction ExampleList ExampleDictionary ExampleInput ExampleRandom Number Example

Practice Other Languages

CReactPythonC++RustTypeScriptKotlinPHPJavaC#RubyMqlCqlN1qlCypher