PYTHON3 PLEASE USE CORRECT INDENTATION FOR THE CODE Let's make a calculator using functions: 1) It will need to accept u
Posted: Fri Apr 29, 2022 7:13 am
PYTHON3
PLEASE USE CORRECT INDENTATION FOR THE CODE
Let's make a calculator using functions:
1) It will need to accept user input (At several different
points)
2) Each mathematic operation needs to be it's own
function/method:
3) Create the ability for a user to use up to 3 of the
aforementioned operations together. Example, I can add 5 numbers
making result X. I may then take X, and divide it by 4, generating
result Y. That's an example of 2, but you get the idea
PLEASE USE CORRECT INDENTATION FOR THE CODE
Let's make a calculator using functions:
1) It will need to accept user input (At several different
points)
2) Each mathematic operation needs to be it's own
function/method:
3) Create the ability for a user to use up to 3 of the
aforementioned operations together. Example, I can add 5 numbers
making result X. I may then take X, and divide it by 4, generating
result Y. That's an example of 2, but you get the idea