menu.keys() returns all the keys of the dictionary: ["canistrelli", "vol-au-vent", "gougere"]
str(value)[1] → the second character of the string (index 1, because indexing starts at 0).
Key str(value)[1]
"canistrelli" "a"
"vol-au-vent" "o"
"gougere" "o"
The end="" means all characters are printed on the same line with no spaces.
Answer: A. aoo
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
4ba36e7
1 month, 3 weeks ago