diff --git a/demo.py b/demo.py index 3e82a0f..910f276 100644 --- a/demo.py +++ b/demo.py @@ -1,4 +1,5 @@ def add(a,b): return a*b -print(add(5,6)) \ No newline at end of file +print(add(5,6)) +# to add the thing \ No newline at end of file