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