def a(): a = 1 b = 2 c= 3 return a, b, c a, b, c = a() 返回的是元组啊!
本文标题:多个返回值
本文链接:https://www.haomeiwen.com/subject/cuymaftx.html
网友评论