fork download
  1.  
  2. a="Python"
  3. b="to"
  4. c="więcej"
  5. d="niż"
  6. e="kalkulator."
  7. f=" "
  8.  
  9. print (a + f + b + f + c + f + d + f + e)
Success #stdin #stdout 0.02s 9520KB
stdin
Standard input is empty
stdout
Python to więcej niż kalkulator.