Computer Science, asked by kainginlakbochawang, 9 months ago

Income Tax Department of a country has made the following new tax slabs:
Income
Rate of Tax
Below 200000
10%
200000 and above
20000 + 20% of Income more than 200000
You are required to write a program in Python to accept the income of a person and calculate and show the Income Tax as per the slabs shared above.

Answers

Answered by Anonymous
4

Answer:

income=int(input("enter the income"))

if income>200000:

   print("you have to pay a tax of Rs.",(10/100)*income)

else:

   print("you have to pay a tax of Rs.",20000+((20/100)*income))

# hope it helps you

please mark brainliest

Answered by adityadas25384
1

Answer:

wassup kain kaisa hai?? bc

Explanation:

mujhe apna mail id personal bhej

aka ADITYA das 10-B

Similar questions