diff --git a/add.py b/add.py index d48555d..c2e197f 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ -a = 11; +a = 14; b = 30; a+b; diff --git a/demo.py b/demo.py new file mode 100644 index 0000000..efd261b --- /dev/null +++ b/demo.py @@ -0,0 +1 @@ +demo \ No newline at end of file