From 44905088d7b259aa86441c7e2d0043356cb2905f Mon Sep 17 00:00:00 2001 From: sudarshan-jha <67687209+sudarshan-jha@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:41:37 +0530 Subject: [PATCH 1/2] Update calc.py --- calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc.py b/calc.py index 72f3bd4..4402878 100644 --- a/calc.py +++ b/calc.py @@ -14,7 +14,7 @@ def carp(a,b): return sonuc def bol(a,b): - sonuc=((a/1.0)/b) + sonuc=((a/b) return sonuc a= input("İlk sayıyı giriniz: ") From 4b88c6219518a6dacc73715f5029b0e90562f2e9 Mon Sep 17 00:00:00 2001 From: sudarshan-jha <67687209+sudarshan-jha@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:42:14 +0530 Subject: [PATCH 2/2] Update calc.py