print(x,x-y)
myfun(9,5)
以下输出结果正确的是:
returnx*y
res =myfun(2,4)
print(res)
print(a+b+c)
以下哪些选项输出结果为4.
4题 | 被引用0次
0