This website requires JavaScript.
Explore
Help
Register
Sign In
yyl
/
zzs_test
Watch
1
Star
0
Fork
0
You've already forked zzs_test
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8a55f0ae63cafb62fd0c0dfa9bf4a7b74ae10ddd
zzs_test
/
demo.py
12 lines
190 B
Python
Raw
Normal View
History
Unescape
Escape
Add demo.py with add function
2026-02-26 20:08:25 +08:00
def
add
(
a
,
b
)
:
Add comments to add function
2026-02-26 20:17:10 +08:00
"""
计算两个数字的和
Args
:
a
:
第一个数字
b
:
第二个数字
Returns
:
两个数字的和
"""
Add demo.py with add function
2026-02-26 20:08:25 +08:00
return
a
+
b
Reference in New Issue
Copy Permalink