fork download
  1. # your code goes here
  2. x = 3
  3. y = 9
  4. z = x + y
  5. print (z)
Success #stdin #stdout 0.01s 7128KB
stdin
Standard input is empty
stdout
12