王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 1.16以下代码段,试判断假设输入分数为75时,给出的分数等级为:()score =eval(input("请输入你的成绩:")) if score >= 60: grade ="D"elif score >= 70: grade ="C"elif score >= 80: grade ="B"elif score >= 90: grade ="A"print("输入成绩属于级别t".format(grade))A.AB.BC.CD.D 答案 登录 注册 C 出自:其他 >> 河北工程大学Python语言程序设计 河北工程大学继续教育学院