When you iterate over a dictionary, using a for loop, you are actually just iterating over the keys. names_ages = {'Bob': 50, 'Anna': ...
確定! 回上一頁