fork download
  1. x = int(input())
  2. if x>100 or x<=0:
  3. print("676778919166")
  4. elif 90<=x<=100:
  5. print('A')
  6. elif 80<=x<90:
  7. print('B')
  8. elif 70<=x<80:
  9. print('C')
  10. else:
  11. print('D')
  12.  
Success #stdin #stdout 0.08s 14108KB
stdin
7777
stdout
676778919166