fork download
  1. # your code goes here
  2. x=4
  3. y=4
  4. z=x*y
  5. print z
Success #stdin #stdout 0.01s 7204KB
stdin
Standard input is empty
stdout
16