About 14,500,000 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 …

  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 …

  3. Calculate CRC32 correctly with Python - Stack Overflow

    Note that Python 3 guarantees that binascii.crc32 returns an unsigned value, and 2.6 and 2.7 should be guaranteeing a signed value, so platform differences shouldn't be affecting this.

  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 …

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

  6. python - Math operations from string - Stack Overflow

    Nov 13, 2016 · Let's say I have a standard Python string (such as one obtained from raw_input()), maybe "2 + 2" for simplicity's sake. I'd like to convert this string to standard math operations in …

  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 …

  8. python - Getting distance between two points based on latitude ...

    Oct 17, 2013 · I aimed to offer valuable information to this thread since it appears as the top result when someone searches for getting distance between two points using Python on Google.

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

    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

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