learn68.ca · sd68.bc.ca students only

MR B python

Learn Python concepts, one small exercise at a time.

Drag words into code, or write short answers yourself. Instant feedback, hints when you need them, and progress you can watch grow.

1
def add_numbers(x, y):
2
    z = x + y
3
    return z

Exercises are checked against a teacher-written answer key — nothing is ever run.