1 Star 2 Fork 4

风雨二十年/30-Days-Of-Python-zh_CN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mymodule.py 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asabeneh 提交于 6年前 . day 12
def generate_full_name(firstname, lastname):
space = ' '
fullname = firstname + space + lastname
return fullname
def sum_two_nums (num1, num2):
return num1 + num2
gravity = 9.81
person = {
"firstname": "Asabeneh",
"age": 250,
"country": "Finland",
"city":'Helsinki'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/onecool/30-Days-Of-Python-zh_CN.git
git@gitee.com:onecool/30-Days-Of-Python-zh_CN.git
onecool
30-Days-Of-Python-zh_CN
30-Days-Of-Python-zh_CN
master

搜索帮助