diff --git a/t.py b/t.py new file mode 100644 index 0000000..6dcd76c --- /dev/null +++ b/t.py @@ -0,0 +1,3 @@ +a=5 +b=5 +sum(a+b)