fork download
  1. a = 5
  2. b = 2.5
  3. hasil = a + b
  4. print("Hasil ekspresi =", hasil)# your code goes here
Success #stdin #stdout 0.01s 7196KB
stdin
Standard input is empty
stdout
('Hasil ekspresi =', 7.5)