def hitung_luas(panjang, lebar): return panjang * lebar panjang = 5lebar = 3luas = hitung_luas(panjang, lebar)print(luas)
Standard input is empty
15
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!