10.Write a Python program to calculate tax – GST / Income Tax.
10.Write a Python program to calculate tax – GST / Income Tax. Solution :- Static :- cost = 15000gstper =
Read moreAll Tech at one spot
Class 11th CBSE IP Computer
10.Write a Python program to calculate tax – GST / Income Tax. Solution :- Static :- cost = 15000gstper =
Read more9. Write a Python program to calculate EMI for Amount, Period and Interest. Solution :- Static :- amount = 200000period
Read more8.Write a Python program to calculate profit-loss for a given Cost and Sell Price and also find profit percentage and
Read more7. Write a Python program to find the sum of squares of the first 100 natural numbers. Static total
Read more6. To calculate perimeter/circumference and area of shapes such as triangle, rectangle, square and circle. static import math #Circleradius =
Read more4.Write a Python program to input electricity unit charges and calculate total electricity bill according to the given condition: For
Read more3.To calculate Simple and Compound interest. Solution :- Static:- principal=5000 rate = 4 time = 2 si = principal*rate*time/100 ci
Read more2. Write a Python program to find the sale price of an item with a given cost and discount (%).
Read more1. Write a Python program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate percentage and
Read more