标签:testing 返回 def highlight UNC int The 没有 过程
1、介绍
过程(没有返回值的函数)
def func2(): ‘‘‘test2‘‘‘ print(‘in the funk‘)
函数
def func1(): ‘‘‘testing function‘‘‘ print(‘in the func1‘) return 0
调用:
x=func1() y=func2()#y的值时None
标签:testing 返回 def highlight UNC int The 没有 过程
原文地址:https://www.cnblogs.com/LittleSpring/p/9344579.html