#81Multiple Choice
What is the expected output of the following code? menu = {“bunuelo”: 3.21, “torrijas”: 4.99, “churros”: 1.99} for value in menu.values(): print (str(value) [1]...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free