book = { 'title': 'Head First Python', 'price': 46.01} # ⛔ Raises: TypeError: 'dict' object is not callable print(book('title')).
確定! 回上一頁