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