Menu
Coddy logo textTech

The project

Lesson 1 of 29 in Coddy's Calculator project using Python course.

Hello Learners!

In this course you will create a fully working console calculator.

The calculator will take input from the user and return the calculation result,

  • 1 + 2 * 3  ->  7
  • (1 + 2) mul (3 +4)  ->  21
  • 4 + (-2.1)  ->  1.9

The calculator will also handle errors and output what's wrong.

It will give you the base project and from there you can customise everything!

Try it yourself

This lesson doesn't include a code challenge.

All lessons in Calculator project using Python