3. You want to write a Python program to compute the average of three integer quiz grades for a single student. Decide what variables your program needs, and create them with appropriate initial values. 4. Write Python statements to prompt for an collect

3. You want to write a Python program to compute the average of three integer quiz grades for a single student. Decide what variables your program needs, and create them with appropriate initial values. 4. Write Python statements to prompt for an collect

3. You want to write a Python program to compute the average of three integer quiz grades for a single student. Decide what variables your program needs, and create them with appropriate initial values. 4. Write Python statements to prompt for an collect values for the time in hours and minutes (two integer quantities). 5. The variables age and weight currently have the values 32 and 187, respectively. Write the exact output generated by the following statement: print(“Your age is” + str(age) +”and your weight is” +str(weight)) 6. What is the output after the following sequence of statements is executed? a = 12 b = 20 b = b + 1 a = a + b print(2*a) 7. Given the statement: myList = [“eeny”, “meeny”, “miny”, “moe”] what Python statement would output “miny”

"Order a similar paper and get 15% discount on your first order with us
Use the following coupon
"FIRST15"

Order Now