About 11,800,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 someone show me …

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

  3. Making a simple calculator python - Stack Overflow

    Mar 9, 2023 · I'd like to make a simple calculator that only takes in one line and includes only an integer, symbol, and another symbol. It should support addition, subtract, multiplication, division, and mod. If

  4. python - How to calculate number of days between two given dates ...

    If I have two dates (ex. '8/18/2008' and '9/26/2008'), what is the best way to get the number of days between these two dates?

  5. Making a simple calculator in Python and not sure how to do nothing …

    Sep 12, 2020 · Making a simple calculator in Python and not sure how to do nothing for else Asked 5 years, 3 months ago Modified 5 years, 3 months ago Viewed 268 times

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

    Apr 3, 2015 · How do I infinitely loop this program in python? Asked 10 years, 7 months ago Modified 4 years, 9 months ago Viewed 7k times

  7. Is there an operator to calculate percentage in Python?

    I've recently learned that the " % " sign is used to calculate the remainder of an integer in Python. However I was unable to determine if there's another operator or method to calculate percent in Python.

  8. Calculator Loop in Python 3 - Stack Overflow

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

  9. BMI Calculator in Python - Stack Overflow

    The program calculates a person's BMI from the weight and height supplied using the user's input. However, after I enter 'metric' or 'imperial' and press enter, the program closes. The first three ...

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