Computer Science, asked by hiru89, 11 months ago

Write a program to find the maximum value from list of 10 numbers.

Answers

Answered by RewelDeepak
0

Answer:

Method 1 : Sort the list in ascending order and print the last element in the list. # Python program to find largest. # number in a list. # list of numbers. list1 = [ 10 , 20 , 4 , 45 , 99 ] chevron_right. # Python program to find largest. # number in a list. # list of numbers. list1 = [ 10 , 20 , 4 , 45 , 99 ] .

Similar questions