fork download
  1. x=17
  2. if x<18:
  3. print("zniżka")
  4. else:
  5. print("zniżka nie przysługuje")
Success #stdin #stdout 0.04s 9628KB
stdin
Standard input is empty
stdout
zniżka