fork download
  1. # your code goes here
  2. a = 1
  3. b = 2
  4. print("A=" + str(a+b))
  5.  
Success #stdin #stdout 0.02s 7108KB
stdin
Standard input is empty
stdout
A=3