View on GitHub

python-for-kids

Learning and exercise content on Python for Kids

Day 4 - Calculations with Numbers

We will play with numbers here. We will build a simple calculator.

To add we will use print(30+20) and the result will be 50.

We can also use variable and store the result. Please have a look into the video below for the explanation.

Watch the video

Video link

Day 4 - Exercise

  1. Imagine and do some calculations. May be open your Maths book and check the result.

Next: Day 5 - Addition(+) with text

Back to Index