通过return返回返回值内容
案例
def add(x, y): return x+y da = add(1, 8) print(da)
Last updated 2 years ago
Was this helpful?