About 50 results
Open links in new tab
  1. How to make a calculator in Python 3 - Stack Overflow

    Apr 26, 2021 · I need to create a calculator in Python that can perform all of these tasks. I have gotten this far with my code to do addition, subtraction, multiplication, and division. Can someone show me …

  2. Calculator Loop in Python - Stack Overflow

    Apr 20, 2016 · Need to add a loop to my calculator by giving the user an option to restart the calculator by putting the code in a while loop with the condition that the input from user should be, 'y' or 'Y'. ...

  3. using try/except & while loop for calculator in python

    May 1, 2023 · 0 I am trying to create a calculator and use defensive programming to avoid unexpected events and user inputs. I included a try / except block for user input & for zero division. When I input …

  4. Python: change calculator - Stack Overflow

    Python 2.7's int() method rounds towards zero so this gets rounded to 1 dime. The remainder is $0.10 and this gets divided by the value of a nickle which leads to the same problem but this time it rounds …

  5. Making a simple calculator python - Stack Overflow

    Mar 9, 2023 · This means when changing, adding or removing one, we need to touch more than one place. Maybe a dictionary with lambdas could help here (like on Code Review Stack Exchange: …

  6. BMI Calculator in Python - Stack Overflow

    Think about how you can write one piece of code, which with parameters, can do both metric and imperial. That won't solve your problem, but it is one of the most essential skills in programming.

  7. My very first python program! An income tax calculator

    May 30, 2021 · My very first python program! An income tax calculator Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 1k times

  8. Tax Calculator - Python - Stack Overflow

    Dec 13, 2020 · Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.

  9. python - how do i make simple calculator process infinite as opposed …

    Jul 21, 2023 · 0 Hello this is my school mini project a pyhton calculator, i was hoping it could be reviewed professionaly and lines i would need to work on be pointed out. I also have been trying to …

  10. Calculator Loop in Python 3 - Stack Overflow

    Feb 13, 2019 · Calculator Loop in Python 3 Asked 6 years, 10 months ago Modified 6 years, 10 months ago Viewed 3k times