Lesson 1 Python
Lesson 1 Python
Introduction
Learning Objectives
What is “coding”?
Coding Concepts
What is EduBlocks?
Using modes
The Interface
To run our code we click the Blue run button. This shows the output on the
right of the screen.
Lesson 1
Each of these code snippets will print Hello World on the screen 10 times.
The same coding concept, a loop which iterates 10 times, is used in each snippet.
Plenary
Next Lesson