diff --git a/add.py b/add.py new file mode 100644 index 0000000..f6a38e7 --- /dev/null +++ b/add.py @@ -0,0 +1,4 @@ +a=10 +b=25 +c=40 +print(a+b)