From 129112943d20c39b6e2abbd362147222750ac54e Mon Sep 17 00:00:00 2001 From: YUGANSHCHAUHAN <70768923+YUGANSHCHAUHAN@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:30:03 +0530 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 59325b9..b99c678 100644 --- a/main.py +++ b/main.py @@ -7,9 +7,9 @@ def add(x, y): - """Add two integers.""" - # your code here - return + + a=sum(x,y) + return a def multiply(x, y):