摘要: 也许人生需要再拼一把。 这是我写的第一个程序,接下来💪 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: 阅读全文
posted @ 2021-08-28 21:42 Johnson-Apple 阅读(36) 评论(0) 推荐(0)