Add add function to test.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
wl
2026-02-26 16:42:15 +08:00
parent 9b0eeaed83
commit d44dfcf793

View File

@@ -0,0 +1,3 @@
def add(a, b):
"""返回两个数的和"""
return a + b