#Python TQC考題206_等級判斷
score=eval(input())
if score >= 80:
print(“A”)
elif score >= 70:
print(“B”)
elif score >= 60:
print(“C”)
else:
print(“F”)
Spyder執行結果
這篇會用 Python re ...
目標很明確: 從混雜中文、英文...
這個寫法常出現在 `sorte...
這篇教學文專門說明 Pytho...