回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
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')
1
2
color = input()
if color == 'red':
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
运行结果