Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to calculate tax with a variable input and if else
Post: RE: How to calculate tax with a variable input and...

income = float(input("Enter the annual income: ")) if (10000<= income <= 85528): Tax = ((income*18)/100)-556.2 elif income >= 85528: Tax =((income- 85528)*32)/100+14839.2 elif (-100 ...
shalinisamipillai Homework 12 22,725 Feb-09-2021, 11:21 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020