From 081f79ac175e88cc3d4991fd614d50a25914b455 Mon Sep 17 00:00:00 2001 From: Shani Kaneti Date: Mon, 25 Jul 2022 10:04:08 +0300 Subject: [PATCH] Create add method --- add.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 add.py diff --git a/add.py b/add.py new file mode 100644 index 0000000..463d462 --- /dev/null +++ b/add.py @@ -0,0 +1,2 @@ +def add(x, y): + return x + y