我们可以通过从一个函数中返回一个键值不同的字典来获得更有条理的最终输出。请看下面的例子。 def return_multi(a): b = a+1 c = a+2 return {' ...
確定! 回上一頁