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. using try/except & while loop for calculator in python

    May 1, 2023 · 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.

  3. Save and display calculation history of the python calculator

    May 24, 2022 · I need to extend the given calculator program to record the calculations, and recall them as a list using an additional command '?'. Things to do: Declare a list to store the previous operations …

  4. 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'. ...

  5. Menu for python calculator - Stack Overflow

    May 4, 2022 · I have created a calculator in python that can calculate the addition, subtraction, multiplication, division or modulus of two integers. What equation is executed is based on which …

  6. python - Calculator: division by zero error, how do I fix that? - Stack ...

    Dec 21, 2021 · Calculator: division by zero error, how do I fix that? Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 1k times

  7. python - Interactive calculator prints input instead of calculated ...

    Oct 15, 2017 · The calculator has many diverse features. Instead of just doing this num + operator + num2 it uses run method to catch what you want to do and then loads the correct method (eg add) …

  8. Python Calculator with lists and loops - Stack Overflow

    Apr 17, 2021 · Python Calculator with lists and loops [duplicate] Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 2k times

  9. I want to make calculator using switch case statement in python

    Jul 22, 2019 · I am able to make calculator using the If and elsif statement but I am unable to make it with the switch case statement. I create basic for switch case but I stacked in how to take argument …

  10. How to get Python Compound Interest Calculator to give the correct ...

    How to get Python Compound Interest Calculator to give the correct answer? Asked 9 years, 10 months ago Modified 1 year, 1 month ago Viewed 54k times