-->
当前位置:首页 > 题库

如下程序段的输出结果为3。

Luz5年前 (2021-05-10)题库1461
如下程序段的输出结果为3。 ``` def fun(x=1, y=1, z): print(x + y + z) fun(1) ```

答案:FALSE