亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

代碼
提交代碼
color = input() if color == 'red': print('color is red') elif color == 'green': print('color is green') elif color == 'blue': print('color is ') else: print('color is other')
運行結果