3 Star 9 Fork 11

peiss/ant-learn-python-zero

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
func2.py 159 Bytes
Copy Edit Raw Blame History
cztps2 authored 2021-04-20 22:56 +08:00 . init
def sum(a, b):
"""
计算变量的和
:param a:
:param b:
:return:
"""
return a+b
print(sum(1,2))
print(sum(2,3))
print(sum(3,4))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/antpython/ant-learn-python-zero.git
git@gitee.com:antpython/ant-learn-python-zero.git
antpython
ant-learn-python-zero
ant-learn-python-zero
master

Search