题目详情
单选题 以下代码的运行结果为: def InputInt(a): a = 15 b = 2 InputInt(b) print(b)
A. b
B. 2
C. 15
D. 15,2
学科:Python语言程序设计
时间:2025-05-27 06:31:18
相关题目
相关作业