From ff885c25a2fd8ed0881a95f28545a45992ebc4a9 Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Mon, 5 Aug 2024 19:09:04 -0700 Subject: [PATCH] test2 --- app/calculator.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/calculator.py b/app/calculator.py index ece197b..8a976b2 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -13,6 +13,3 @@ def divide(x, y): if y == 0: return 'Cannot divide by 0' return x * 1.0 / y - - def print(x): - return print(x)