Answer to Question #278454 in Python for Deepan

Question #278454

Write an algorithm to get ‘n’ number of ratings. Calculate the comparison scores. Print the final scores with Alice's score first and Bob's second like [1,1]. Draw a flowchart and write pseudo code for the same.

1
Expert's answer
2021-12-11T10:49:59-0500
scores = map(int, input().split())
scores.sort()
print(scores[0:2]);

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