Q-1.Write a Python program to accept a student's marks in Physics, Chemistry, and Biology. The total of these marks as well as the average should be displayed.
Q-2.Write a Python program to accept two numbers and display sum, mul, div and sub.
Q-3.Write a Python program to accept 5 numbers from the user and display average.
Q-4.Write a Python program to accept two numbers from the user and swap their values with third variable.
Q-5.Write a Python program to accept two numbers from the user and swap their values without third variable.
Q-6.Write a Python program to accept one number from the user and display square.
Q-7.Write a Python program to accept one number from the user and display cube
Q-8.Write a Python program to accept basic salary, hra, ta, da, esi, pf from the user and calculate net salary. [Hint: (basic+hra+ta+da)-(esi+pf).
Q-9.Write a Python program to accept shopping price from the user and display net amount to pay after 10% discount.
Q-10.Write a Python program that accepts the salary and age from the user and displays the same on the screen as output.