From 1d31f1336dd4770cc347f645c8fd3cda11c2036d Mon Sep 17 00:00:00 2001 From: indrfalah4 <54001259+indrfalah4@users.noreply.github.com> Date: Sat, 7 Mar 2020 09:29:03 +0700 Subject: [PATCH] add pembagian --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f77ea34..8add5f1 100644 --- a/main.py +++ b/main.py @@ -11,7 +11,7 @@ def perkalian(a,b): return total def pembagian(a,b): - #isi fungsi pembagian diletakkan di variable total + total = a/b return total def main():