fork download
  1. Chinese = 60
  2. English = 90
  3.  
  4. if Chinese > 60:
  5. if English > 60:
  6. print('你可以出去玩!')
  7. else:
  8. print('不能出去玩!')
  9.  
  10.  
  11.  
  12.  
  13.  
Success #stdin #stdout 0.03s 9604KB
stdin
8
stdout
Standard output is empty