diff --git a/1.py b/1.py new file mode 100644 index 0000000..db6c781 --- /dev/null +++ b/1.py @@ -0,0 +1,4 @@ +a=1 +b=2 +c=a+b +print(c) \ No newline at end of file