fork download
  1. a = 4
  2. b = 2
  3. c = 7
  4. d = (a + b) * c / 3
  5. print("中d的值为:", d)
  6.  
Success #stdin #stdout 0.1s 14048KB
stdin
Standard input is empty
stdout
中d的值为: 14.0