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)