fork download
  1. # your code goes here
  2. a=9
  3. b=28
  4. c=a+b
  5. print(c)
Success #stdin #stdout 0.04s 9548KB
stdin
Standard input is empty
stdout
37