我的移动端网站欣赏
作者:嫣然
最近更新:2016/03/24
浏览次数:
相关文章
Python 中为什么我的函数打印 None [已解决]
发布时间:2022/12/09 浏览次数:129 分类:Python
-
当我们将调用不返回任何内容的函数的结果传递给 print() 函数时,函数通常会打印 None 。 所有没有显式返回值的函数,在 Python 中返回 None 。 def example (): print ( hello world ) print (example(