Reference no: EM132819021
You are to write and upload a Python program for each of the tasks below for maximum points. Each of these tasks are worth 10 points, if your code runs correctly. 4 points per question are earned by writing concise, elegant and efficient code. Code must be uploaded on Sunday, 7th of March. A screenshot of sample run should be included. The grading will occur using the rubric provided.
Objective:
Solve problems requiring the writing of simple programs using Python
Program 1
A Python program which prints your first and last name, Grade and section, ID number, and any other information about you.
Program 2
A Python program to get the volume of a sphere with radius 6.
Program 3
A Python program to calculate the sum and the product of three numbers; x, y, and z. Then print the numbers x, y, z, Sum, and Product.
Program 4
Write a Python program to display your height in centimetres and in feet. To convert from centimetres to feet: 1 cm = (1/30.48) ft
Program 5
Write a Python program to convert 4 days into seconds.
Challenges (3 bonus points): convert all units of time (ex: 4 days and 5 hours and 15 minutes and 6 seconds) into seconds.
Attachment:- Simple programs.rar