Exp1 = 600 Exp2 = 700 Exp3 = 900 Exp4 = 1300 Exp5 = 1200 Exp6 = 1000 total_Exp = Exp1 + Exp2 + Exp3 + Exp4 + Exp5 + Exp6 amount = 10000 # Corrected to an integer value balance = amount - total_Exp print(balance)
To embed this project on your website, copy the following code and paste it into your website's HTML: