Skip to content
本站總訪問量
本站訪客數 人次

TQC+ 程式語言Python 206 等級判斷

題目說明:請使用選擇敘述撰寫一程式,根據使用者輸入的分數顯示對應的等級。標準如下表所示:

分 數等級
80 ~ 100A
70 ~ 79B
60 ~ 69C
<= 59F

範例輸入

shell
79

範例輸出

shell
B

Contributors

The avatar of contributor named as lucashsu95 lucashsu95

Changelog