fork download
  1. a = 3
  2. b = 2
  3. b = 9 + a * b
  4. a = b / 5 * a
  5.  
  6. print(a)
Success #stdin #stdout 0.02s 5852KB
stdin
Standard input is empty
stdout
9.0