Question: Draw a flowchart for the Python code. # This function is used to read the numbers of the array def read ( ) : print
Draw a flowchart for the Python code.
# This function is used to read the numbers of the array
def read:
printEnter series of numbers:
A listmapint inputsplit
return A
#This function is used to find lowest number in the array
def lowestsize A:
mini A
for i in range size:
ifAimaxi:
maxi Ai
return maxi
#This function is used to find total of the numbers in the array
def totalA:
res
for i in A:
res i
return res
#This function is used to find average of the numbers in the array
def averageA:
res totalA
return reslenA
#Main function
def main:
A read
size lenA
printLowest of the numbers in the array is : lowestsize A
printHighest of the numbers in the array is : highestsize A
printTotal of the numbers in the array is : totalA
printAverage of the numbers in the array is : averageA
if namemain:
main
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
