Skip to content

tkinter: Update README.md

Latest
Compare
Choose a tag to compare
@shivambangwal shivambangwal released this 30 May 19:26
· 3 commits to master since this release
9ccd2a6
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.