#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執行結果
儲蓄險是板主最喜愛的儲蓄工具,最喜愛的投資理財工具則是ETF,最喜愛的省錢工具則是信用卡
# -*- coding: u...
簡化code: # -*- c...
Python 的字典是一種極為...
code: # -*- cod...
在數據處理和分析中,經常需要將...