下列程序的输出结果是________。def f(a, b) :return a + bdef main() :a = 5b = 6print(f(a, b))main()

时间:2022-11-13 08:52:10

相似题目