From 0bbcfeda79f3e64a2fadae2de8aac7ccd908779a Mon Sep 17 00:00:00 2001 From: kevinpowell1 <66270317+kevinpowell1@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:25:41 -0400 Subject: [PATCH] Update mul.py --- src/mul.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mul.py b/src/mul.py index 45aa49c..a0b2a17 100644 --- a/src/mul.py +++ b/src/mul.py @@ -1,4 +1,5 @@ from math import pow def multiple(x): - return pow(x, 2) \ No newline at end of file + line = "another line" + return pow(x, 2)