GitHunt

Pi-Thon Calculator

Calculator Screenshot

This is a calculator made in Python using Tkinter.

Known Bugs:

  • if 0 is the starting digit of the number entered, a Syntax Error will be shown.
    • example: 052+8 will return a Syntax Error.
  • if there is a syntax error caused in an expression that contains an x² or √, and the user deletes the error with DEL, then a different syntax will show.
    • for , it will become 2** 2
    • for √(9), it will be sqrt(9).

Languages

Python100.0%

Contributors

Created September 2, 2021
Updated January 26, 2022