write a program in python 3.7.2 to find the maximum no. Of the list
Answer sincerely
Answers
Answered by
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)
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
0
Hi mate.......!!!!!!!!!
Note: refer to the attachment for source code......
Attachments:
Similar questions
Math,
5 months ago
Geography,
5 months ago
Math,
5 months ago
English,
10 months ago
Math,
10 months ago
Business Studies,
1 year ago
Business Studies,
1 year ago