发布于 2021-11-22
摘要
单项选择题 2-1 假设a=10 这个程序的输出结果为: a=10 while a<4: a=5 print(a) 请问程序 …
单项选择题 2-1 假设a=10 这个程序的输出结果为: a=10 while a<4: a=5 print(a) 请问程序 …