diff --git a/subtract.py b/subtract.py new file mode 100644 index 0000000..d02551d --- /dev/null +++ b/subtract.py @@ -0,0 +1,3 @@ +a=15 +b=10 +print (a-b) \ No newline at end of file