fork download
  1. # your code goes here
  2. print("witaj")
  3. a=2
  4. b=4
  5. print(a,'+',b,'=',a+b)
Success #stdin #stdout 0.12s 14160KB
stdin
Standard input is empty
stdout
witaj
2 + 4 = 6