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