Question #319926

Write a python program that asks the user to type 10 integers and write the number of occurrence of the biggest value


Expert's answer

biggestValue=input("Enter number: ")
for i in range(9):
    value=input("Enter number: ")
    if value>biggestValue:
        biggestValue=value
print(f"The biggest value is: {biggestValue}")

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