#coding=utf-8 score = 59 if score < 60: ? ? print('抱歉,考試不及格') elif score >= 90: ? ? print('恭喜你,拿到卓越的成績') elif score >= 80: ? ? print('恭喜你,拿到優(yōu)秀的成績') else: ? ? print('恭喜你,考試及格')

慕雪3275155
2023-03-07
1 回答
舉報(bào)
0/150
提交
取消
2023-03-08
我執(zhí)行是沒問題的,你貼出來的代碼沒有格式,只能推測是你縮進(jìn)的問題。
貼圖是我執(zhí)行成功的腳本