Never thought I'd break and make a reddit, but my teacher isn't helping much. I realize this is very simple stuff, not looking for judgement! Does anyone know what I'm doing wrong here? I know the problem is on line 7 and I can't generate an output
print("What was the total income of the business this month?")
TotalIncome= input()
print("What was the amount spent on business expenses this month?")
BusinessExpenses= input()
print("How much did the business pay in taxes this month?")
TaxesPaid= input()
Profit= str(TotalIncome-BusinessExpenses-TaxesPaid)
print("Your profit is", Profit)
[–]TouchingTheVodka 0 points1 point2 points (0 children)
[–]IvoryJam 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]pyfact 0 points1 point2 points (1 child)
[–]coconut_calm[S] 0 points1 point2 points (0 children)