def func(a):a=a+1return aa=func(1)b=func(a)print(a,b)执行结果为:( )

时间:2022-11-15 21:06:16

相似题目