Python Forum
[split] How to calculate tax with a variable input and if else
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] How to calculate tax with a variable input and if else
#2
Please, don't hijack threads.
the last elif will never be executed, because if income < 1000, then the if block (income <= 85528) will be executed.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: [split] How to calculate tax with a variable input and if else - by buran - Dec-28-2020, 06:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to calculate tax with a variable input and if else afefDXCTN 12 31,543 Mar-15-2024, 01:58 AM
Last Post: nave
  New to Python - tiny coding assistance on user input function and assign to variable Mountain_Duck 1 3,206 Mar-23-2019, 06:54 PM
Last Post: Yoriz
  [split] Calculate Times dhodgens 3 3,742 Mar-03-2019, 09:30 PM
Last Post: micseydel
  How to make a dynamic variable based on input loltylerdowney 3 5,140 Nov-30-2017, 09:49 PM
Last Post: loltylerdowney

Forum Jump:

User Panel Messages

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