29 Star 96 Fork 32

30秒学代码/30-seconds-of-python-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
snippet_template.md 228 Bytes
一键复制 编辑 原始数据 按行查看 历史

function_name

Describe briefly what the function does

Explain your method and the functions used.

def function_name(args):
    # code
    return 0
function_name(val) # result
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/seconds-of-code/30-seconds-of-python-code.git
git@gitee.com:seconds-of-code/30-seconds-of-python-code.git
seconds-of-code
30-seconds-of-python-code
30-seconds-of-python-code
master

搜索帮助