diff --git a/Aovice/test.py b/Aovice/test.py new file mode 100644 index 0000000..222fdac --- /dev/null +++ b/Aovice/test.py @@ -0,0 +1,5 @@ +# 测试内容 +a = 1 +b = 2 +c = a + b +print(c) \ No newline at end of file