Skip to main content

New answers tagged

0 votes

A tabbed calculator with tkinter

Portability I get a syntax error when I run the code: NameError: name 'my_subtraction' is not defined In all_tabs.py, this line ...
toolic's user avatar
  • 15.8k
3 votes

Operator-precedence calculator in C

Strongly consider using braces consistently. In reduce notably you have an if without curly braces, and then curly braces around ...
Chris's user avatar
  • 4,574
5 votes

Python calculator application

Initial Problems I had some difficulty running your code as since gettext.translate seems to be looking for a .mo file according to my Python 3.12 source and you ...
Booboo's user avatar
  • 3,626
3 votes

Python calculator application

Documentation Code needs documentation, and the PEP 8 style guide recommends adding docstrings for classes and functions. There should also be a docstring at the top of each file to summarize its ...
toolic's user avatar
  • 15.8k

Top 50 recent answers are included