单选题

运行下列代码,输出结果为?( )
def fun(x, y, z):
   print(z, x)
fun(1, 2, 3)

A

1 2

B

2 3

C

3 1

D

1 3

赣ICP备20007335号-2