fork download
  1. a = 5
  2. b = 2.5
  3. c = 4
  4. KLB = 2
  5. hasil = KLB * (' a * (int)b + a * c + (int)b * c ')
  6. print("Hasil ekspresi =", hasil)
Success #stdin #stdout 0.05s 63348KB
stdin
Standard input is empty
stdout
('Hasil ekspresi =', ' a * (int)b + a * c + (int)b * c  a * (int)b + a * c + (int)b * c ')