为了账号安全,请及时绑定邮箱和手机立即绑定

返回值意义

return 1;return-1;return 0是什么意思?

正在回答

1 回答

返回值也没其他意思,就是对应的函数返回的值,当调用该函数时就会得到这个值。如下例:

  1. def test():
       print 'this is a test func'
       return 'test'

  2. 当使用test()调用test()函数时,将会打印“this is a test func”,虽然获取到函数返回的值‘test’,不是并不会打印出来

   3.当使用print test()时,就会打印出‘this is a test func’还有 'test'

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
python进阶
  • 参与学习       255665    人
  • 解答问题       2949    个

学习函数式、模块和面向对象编程,掌握Python高级程序设计

进入课程

返回值意义

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信