New answers tagged calculator
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 ...
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 ...
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 ...
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 ...
Top 50 recent answers are included
Related Tags
calculator × 559beginner × 220
java × 144
python × 124
javascript × 72
python-3.x × 69
c++ × 68
c# × 52
c × 41
object-oriented × 35
swing × 32
math-expression-eval × 30
console × 28
html × 27
tkinter × 20
finance × 20
performance × 18
parsing × 17
css × 17
homework × 14
ruby × 13
algorithm × 12
community-challenge × 12
jquery × 11
swift × 11