Question: Integer num _ rows is read from input, representing the number of rows in a two - dimensional list. List num _ list is a
Integer numrows is read from input, representing the number of rows in a twodimensional list. List numlist is a two
dimensional list containing the remaining integers read from input. Assign computedvalue with the smallest of all the elements
in numlist.
grad Click here for example
Ex: If the input is:
then the output is:
All numbers:
Smallest element:
Note: alist returns the smallest element in alist given that alist contains numbers only.
# Read input
numrows input
numlist
for in rangenumrows:
numlist.appendint for in inputsplit
computedvalue
printfAll numbers: numlist
printfSmallest element: computedvalue
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
