fork download
  1. a=int(input())
  2. if a>200 and a<500:
  3. print("yes")
  4. else:
  5. print("no")
Success #stdin #stdout 0.09s 14068KB
stdin
400
stdout
yes