From d44dfcf7934dca9e45156e3bb08da6a4cd193239 Mon Sep 17 00:00:00 2001 From: wl <3078244821@qq.com> Date: Thu, 26 Feb 2026 16:42:15 +0800 Subject: [PATCH] Add add function to test.py Co-Authored-By: Claude Opus 4.6 --- test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.py b/test.py index e69de29..63b85f3 100644 --- a/test.py +++ b/test.py @@ -0,0 +1,3 @@ +def add(a, b): + """返回两个数的和""" + return a + b \ No newline at end of file