Find the error:
def minus (total, decrement):
output = total – decrement
return output
Answers
Answered by
0
abs jsjjs usjshj hajajiaiaiia
Answered by
1
Answer:
initialisation
Explanation:
- you should define the data type of the function or variable, which is Missing ( since a python program ,it is not mandatory)
- The initialisation is missing
so initialise the variables to get the output
for example initialise output=0.
Similar questions
Math,
1 month ago
Computer Science,
1 month ago
Social Sciences,
3 months ago
Math,
10 months ago
Science,
10 months ago