fork download
  1. a=5
  2. b=2
  3. C=a+b/2
  4. print(C)
Success #stdin #stdout 0.07s 14156KB
stdin
Standard input is empty
stdout
6.0