📖
Python
Ctrl
k
Copy
一、第一阶段:语言基础入门
第五章
5.3 函数基础定义练习案例
案例
Copy
def
say_hi
():
print
(
"欢迎光临\n请出示证明"
)
say_hi
()
Previous
5.2 函数的基础定义语法
Next
5.4 函数的传入参数
Last updated
2 years ago
Was this helpful?
Was this helpful?