Computer Science, asked by nishan32, 10 months ago

write a program in python 3.7.2 to find the maximum no. Of the list

Answer sincerely

Answers

Answered by Ambarsariya
2
Hi
Your answer is
Lt=eval(input("Enter a list"))
L=len(Lt)
m=Lt[0]
for I in range (1,L):
if Lt[i] >m:
m=Lt[i]
print("maximum element", m)
Answered by BrainlyFIRE
0

Hi mate.......!!!!!!!!!

Note: refer to the attachment for source code......

Attachments:
Similar questions