Simple calculator using python

Vemula Dhanush Jun 13, 2023

This calculator is used for operations such as addition, subtraction, division, multiplication, and exponentiation.

This calculator is used for operations such as addition, subtraction, division, multiplication, and exponentiation. We have to use the '+' symbol for addition, '-' for subtraction, '*' for multiplication, '/' for division, and '**' for exponentiation. I used the package called 'tkinter' for appearance. I used the exception handling concept to deal with some unwanted inputs or unwanted data. I have given the '.' symbol for decimal calculations. I had given the 'clear' button to delete all the input and output, and the '<|--' button to remove the last character from input.  Simple calculator using python

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment