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