Day3-if语句习题

图片来自 Python编程:从入门到实践 '''5-3''' alien_color=['green','yellow','red'] if 'green' in alien_color:     print('You got 5 points!') alien_color=['yellow','red'] if 'green' in alien_color:     print('You got
相关文章
相关标签/搜索