Day2:传递任意数量的实参

图片来自 Python编程:从入门到实践 '''8-12''' def make_sandwich(*whatever_you_want):     print('\nAs you wish for your sandwich: ')     for food in whatever_you_want:         print('-' + food) make_sandwich('eggs',
相关文章
相关标签/搜索