第三週作業_Chapter 6課後練習

6-1 人 代碼: person = {'firstname':'Chunk','lastname':'Bass','age':18,'city':'Manhattan'} print(person['firstname']) print(person['lastname']) print(person['age']) print(person['city']) 運行結果: 6-5 河流 代碼:
相關文章
相關標籤/搜索