Answer to Question #209682 in Electrical Engineering for mona

Question #209682


Write a program in Python to enter three numbers and find the largest among the three


1
Expert's answer
2021-06-23T05:54:23-0400
numbers=[]
for i in range(1,4):
    numbers.append(int(input(f'Enter number {i}: ')))
print(f'\nThe largest among the three is: {max(numbers)}')
    




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS