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...

# This how I resolve your code income = float(input("Enter the annual income: ")) if 3090.0 < income <= 85528.0 : # this income of 3090.0; came from this equation tax=0;which equal to (0.18 * ...
Kivans Homework 12 22,919 Mar-13-2021, 09:47 PM

User Panel Messages

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