【Python 千题 —— 基础篇】喜欢的水果

题目描述

题目描述

我们调查了班上的三名同学(Alan,Bob,Sandy)喜欢的水果,其中组成了以下键值对:‘Alan’: [‘apple’, ‘banana’, ‘orange’],‘Bob’: [‘banana’, ‘grapes’, ‘peach’],‘Sandy’: [‘apple’, ‘pear’, ‘strawberry’, ‘banana’]。

对于每个同学,请输出 “xxx’s favorite fruits are: xxx, xxx, xxx”。

输入描述

输出描述

依次输出每个人的话。

示例

示例 ①

输出:

Alan's favorite fruits are: apple, banana, orange
Bob's favorite fruits are: banana, grapes, peach
Sandy's favorite fruits are:<

你可能感兴趣的:(Python,从入门到精通系列教程,Python,千题,Python,汇总教程,python,算法,开发语言,git,svn,windows,ide)