fork download
  1. x=7
  2. y=4
  3. # your code goes here
Success #stdin #stdout 0.07s 14132KB
stdin
print('x+y=',x+y)
print('x_y=',x_y)
print('x*y=',x*y)
stdout
Standard output is empty