fork download
  1. # your code goes here
  2. a=1998
  3. b=10
  4. c=23
  5. d=a+b*c
  6. print(d)
  7.  
Success #stdin #stdout 0.03s 9556KB
stdin
Standard input is empty
stdout
2228