Answer to Question #282166 in Python for bhargav

Question #282166

write a program to print the ticket numbers of N people in the order in which they will be allowed to enter the garden


1
Expert's answer
2021-12-23T11:10:15-0500
data = sorted([52, 44, 61, 75, 85, 41, 33])

print("The first person who enters the garden is: ", data[0])
print("The second person who enters the garden is: ", data[1])
print("The third person who enters the garden is: ", data[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