Files
zmkk/test.py
wl d44dfcf793 Add add function to test.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 16:42:15 +08:00

3 lines
63 B
Python

def add(a, b):
"""返回两个数的和"""
return a + b