Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Simple Calculator Program using PYTHON (tkinter)
1. takes two number from user as input
2. Performs action (+, *, -, /) according to user choice
3. Shows result at the bottom of the window.
  • Loading branch information
shivambangwal authored May 30, 2019
1 parent e006e2e commit 9ccd2a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Calculator-Programming-using-PYTHON-tkinter-
Simple Calculator Program using PYTHON (tkinter)
1. takes two number from user as input
2. Performs action (+, *, -, /) according to user choice
3. Shows result at the bottom of the window.

0 comments on commit 9ccd2a6

Please sign in to comment.