Lesson Title

Introduction

Overview

Teaching: 10 min
Exercises: 2 min
Questions
  • Can you count

Objectives
  • Learn to count.

An example callout (quite comples):

Challenge 1: count

What is the output?

j = 0
for i in range(10):
    j = j + i

print(j)

Solution

Well, good question.

it may also include some code

Key Points