From d0a6a2e1ead4bfabbc1202036c0bf0ff520888f0 Mon Sep 17 00:00:00 2001 From: Prathmeshrjoshi <72140772+Prathmeshrjoshi@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:59:09 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 72364f9..80ffd06 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,6 @@ ENV/ # Rope project settings .ropeproject +# Add two numbers +Def add(a,b) +c=a+b