单项选择题
We watched him hand her some pretty pink flowers and __...
单项选择题We watched him hand her some pretty pink flowers and _____ against her cheek. A. teaching can be tailored to suit the characteristics of boys B. boys can focus on their lessons without being distracted C. boys can choose to learn whatever they are interested in D. teaching can be designed to promote boys’ team spirit
score = int(input())if score > 90: print('优秀')elif s...
单项选择题score = int(input())if score > 90: print('优秀')elif score > 70: print('良')elif score > 60: print('及格') 以上代码执行后,当输入80的时候会打印的结果是( ) A. 优秀 B. 良 C. 及格 D. 报错