Answer to Question #319926 in Python for Divine

Question #319926

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


1
Expert's answer
2022-03-29T11:41:10-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS