This website requires JavaScript.
Explore
Help
Register
Sign In
wl
/
zmkk
Watch
1
Star
0
Fork
0
You've already forked zmkk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d44dfcf7934dca9e45156e3bb08da6a4cd193239
zmkk
/
test.py
3 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
Add add function to test.py Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 16:42:15 +08:00
def
add
(
a
,
b
)
:
"""
返回两个数的和
"""
return
a
+
b
Reference in New Issue
Copy Permalink