程序运行到所遇到的第一个return即返回(退出def块),不会再运行第二个return。
要返回两个数清悄值,写成一行即可:
def a(x,y): if x==y: 斗局 return x,yprint 空正让a(3,3)