fork download
  1. # your code goes here
  2. x=7
  3. y=30
  4. z=x*y
  5. print(z)
Success #stdin #stdout 0.01s 7152KB
stdin
Standard input is empty
stdout
210