Skip to content

SuperEgoKoishi/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A Python program that can perform addition, subtraction, multiplication and division operations. The user can enter two numbers and an operator, and the result is calculated and output. Implement the functions of the calculator (+, -, *, /) and handle abnormal situations, such as: the input is not a number, the divisor is 0, etc.

USE python calculator.py TO RUN THE PROGRAM

About

Implement a simple caculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages