def在python中的意思(def在python中的用法)

admin 905 0

def在python中的意思(def在python中的用法)-第1张图片-前端这点事

define的意思,用来定义函数。

如:

def 函数名(参数1, 参数2, ……, 参数N): 执行语句

# 例:简单的函数使用

# 定义函数

def hello():

print 'hello python!'

# 调用函数

hello()

>>> hello python!

相关教程推荐:Python视频教程

以上就是python中的def是什么意思的详细内容。

龙华富士康内部推荐

发布评论 0条评论)

还木有评论哦,快来抢沙发吧~