在Python中使用示例返回return关键字

本文介绍了Python中的return关键字,它是用来将一个值(可选)返回到调用函数并结束当前函数执行的关键字。文中通过示例展示了如何使用return,包括不带返回值的情况和返回函数结果的情况。
摘要由CSDN通过智能技术生成

Python返回关键字 (Python return keyword)

return is a keyword (case-sensitive) in python, it is used to return a value (optional) to the calling function and transfers the control from called function to the calling function.

return是python中的一个关键字(区分大小写),用于将值(可选)返回给调用函数,并将控件从被调用函数转移到调用函数。

Syntax of return keyword

return关键字的语法

    return [value]

Here, value is optional, if we do not want to return a value to the calling function, we can simply use a return to exit from the function.

在这里, value是可选的,如果我们不想将值返回给调用函数,我们可以简单地使用return退出该函数。

Example:

例:

    # funct
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值