Question: You have 2 programs to write this week. Q 1 . Write a Python program that declares a List of 7 integer numbers that represent

You have 2 programs to write this week.
Q1. Write a Python program that declares a List of 7 integer numbers that represent the radii of 7 circles. For each element of the list, your program must ask user to enter A for calculating area or C for circumference of circle, and calculate and display the required value.
You must use loops to access, calculate and print the required quantities with correct units. Write detailed comments in your program to explain what each statement does.
Run the program through all 7 elements of the list and attach a screenshot of your output window. Write detailed comments in your program to explain what each statement does.
Q2. Write a python program to find the largest element in a list of 5 elements. Run the program and take screenshot of your output. Write detailed comments in your program to explain what each statement does.
You have 2 programs to write this week. Q 1 .

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!