Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmmdab09 authored Aug 31, 2022
1 parent e2de727 commit f5d17aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Big-Number-Calculator
using Python to do 4 main mathematical functions (Add, Sub, Multiply, Divide) on very very big numbers

How to use :
For now, this project does not contain executable files.
So you need to install Python on your system, download the code, and open the "main.py" file through any code editor and run it.
in version 1 this code can just add two big number.
in future it will do more functions on more than two big numbers.

0 comments on commit f5d17aa

Please sign in to comment.