赞
踩
print('放烟花') firework = [('红色', '大'), ('绿色', '中'), ('蓝色', '小')] for color, size in firework: print('放出一个{}色的{}烟花'.format(color, size))