摘要:
#-*-coding: UTF-8 -*-def myMul(a, b): # 5-2 return a * bdef judge(score): # 5-3 'Judge your score, give level prompt' if score > 100 or score = 90: return 'A' elif score >= 80:... 阅读全文
posted @ 2013-12-01 20:31
robert_cai
阅读(365)
评论(0)
推荐(0)
浙公网安备 33010602011771号