fork download
  1. grade=90
  2. if 80<=grade<=100:
  3. print('成绩优秀')
Success #stdin #stdout 0.01s 7032KB
stdin
Standard input is empty
stdout
成绩优秀