也许人生需要再拼一把。
这是我写的第一个程序,接下来??
s=int(input("请你输入一个分数:"))if s>=90: print("A")elif s>=80: print("B")elif s>=70: print("C")elif s>=60: print("D")elif s<60: print("E")
这么大年纪开始学程序了
原文:https://www.cnblogs.com/jun-162/p/15201277.html