Question #209682


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


Expert's answer

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!

LATEST TUTORIALS
APPROVED BY CLIENTS