WAP to add all the numbers between 1 to 50 that are divisible by 2,3 and 5 in python.
SIKSHAPATH Latest Questions
What is the correct initialisation of tuples? a. Dates = [12,23,3,4] b. Dates = (12,23,3,4) c. Dates = {12,23,3,4} d. Both B and C
Create a class memory that contains student details.
Create a class memory that contains student details. Hint – Use tuple, list, or dictionary.
Design a program in Python Using Parameterized Function to calculate the tax for the people living in Mango city. Specify a Function description is given below: Function name Tax_Calculator Variable names: int PAN String name float taxable_Income float tax The tax is calculated according to the following rules: Total Annual Taxable ...