fork download
  1. a=3
  2. b=4
  3. c=5
  4. x=2
  5. y=1
  6. if a<x and b<y or b<x and c<y or a<x and c<y:
  7. print("prowel")
  8. else:
  9. print("ne prowel")
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
ne prowel