a = 5b = 2.5PI = 3 # konstanta ditulis huruf besar (konvensi)hasil = a + (b)print("Hasil ekspresi =", hasil)
Standard input is empty
('Hasil ekspresi =', 7.5)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!