题目详情
填空题 下面程序的运行结果是_____________. def outer(): a=1 def inner(): nonlocal a a=2 print(a) outer()
学科:默认课程
时间:2025-06-26 03:13:32
相关题目
相关作业