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 programs to write this week.
Q Write a Python program that declares a List of integer numbers that represent the radii of 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 elements of the list and attach a screenshot of your output window. Write detailed comments in your program to explain what each statement does.
Q Write a python program to find the largest element in a list of elements. Run the program and take screenshot of your output. Write detailed comments in your program to explain what each statement does.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
