• 2022-06-09
    智慧职教: 有以下函数:  def fun (a,b,c):      a=45      b=56      c=67      若,  x=30  y=20  z=10  fun (x,y,z)  print(x,y,z)输出结果是: