fork download
  1. # your code goes here
  2. a = 12
  3. b = 12.00001
  4.  
  5. if b >=a:
  6. print "yes"
  7. else:
  8. print "no"
Success #stdin #stdout 0.01s 7168KB
stdin
Standard input is empty
stdout
yes