题目详情
填空题 下列程序的输出结果是什么?________ def deco(func): print('before f1') return func @deco def f1(): print('f1') f1() f1=deco(f1)
学科:计算机程序设计基础(Python语言)
时间:2026-01-09 15:32:28
相关题目
相关作业