Skip to content

Commit dfa0b69

Browse files
authored
Update README.md
1 parent 222a2d1 commit dfa0b69

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Basic_calculator/README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
![Calculator (2)](https://github.com/soorjya/Python_Mini_Projects/assets/99492724/a7c9b583-be5d-4f78-ba5e-8fb3254146a4)
1+
#Basic Calculator
2+
3+
This is a simple calculator program implemented in Python. It allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator operates in a command-line interface (CLI) environment.
4+
5+
6+
![Calculator (1)](https://github.com/soorjya/Python_Mini_Projects/assets/99492724/7d0e29a0-2994-4638-97d8-68c601224d12)
7+
8+
##Supported Operations
9+
10+
- Addition (+)
11+
- Subtraction (-)
12+
- Multiplication (*)
13+
- Division (/)
14+
15+
16+
![Calculator (3)](https://github.com/soorjya/Python_Mini_Projects/assets/99492724/7362c78a-b35e-4a25-995a-836945e85805)

0 commit comments

Comments
 (0)