摘要: films = { 'Finding Dory': [3, 5], 'Bourne': [18, 7], 'Tarzen': [15, 9], 'Ghost Busters': [12, 5] } while True: choice = input('Please enter the selected film: ').title().strip() ... 阅读全文
posted @ 2017-07-15 16:53 mxyzptlk 阅读(199) 评论(0) 推荐(0)