About 50 results
Open links in new tab
  1. 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'. ...

  2. calculator - How do I infinitely loop this program in python? - Stack ...

    Apr 3, 2015 · Alright, I'm just starting to learn python, and have no idea where else to pose this question. I wrote this calculator and it works. a,b=input("Enter two numbers (sperated by a comma): ") operator=

  3. calculator - Calculating age in python - Stack Overflow

    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.

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

  5. How can I program a calculator with a GUI using tkinter in Python?

    Jun 28, 2016 · If you run the code, you can see that this will position all the keypad buttons for inputting numbers. The last line in this loop (besides i+=1, i.e add 1 to i), handles assigning the button a …

  6. 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 …

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

  8. python - 100 Days of Code - 37 - Love Calculator - Stack Overflow

    Jan 2, 2022 · Newbie here and I've taken a shot at a Love Calculator using the logic in my brain and here is what I got prior to some learning tweaks from the 100 Days of Code course. I'm stumped as …

  9. python - Single Line Calculator - Stack Overflow

    Aug 26, 2022 · Make a calculator that can solve this in a single line (5+5-4+55-5*6/2)

  10. 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 …