From 16e73b1a738a810aee3832ab22de2536d8fee8dd Mon Sep 17 00:00:00 2001 From: arandreasg Date: Sat, 7 Mar 2020 09:23:17 +0700 Subject: [PATCH] Pembagian Python --- 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():