fork download
  1. a = ("enter a number:20")
  2. b = ("enter a number:26.4")
  3. if a <= b:
  4. print("less than 26.4.")
  5.  
Success #stdin #stdout 0.02s 7000KB
stdin
Standard input is empty
stdout
less than 26.4.