commit e29daec11845388167cec2d24e9a9d64c9e8b96a Author: Jazze7 Date: Wed Oct 23 15:57:35 2024 +0530 initial branch diff --git a/demo.py b/demo.py new file mode 100644 index 0000000..3e82a0f --- /dev/null +++ b/demo.py @@ -0,0 +1,4 @@ +def add(a,b): + return a*b + +print(add(5,6)) \ No newline at end of file