题目详情
单选题 设有以下代码,d=lambda p:p*2t=lambda p:p*3x=2 x=d(x)x=t(x)print(x)则最后的输出结果为( )
A. 4
B. 12
C. 6
D. 24
学科:Python程序设计
时间:2024-01-05 06:20:37
相关题目
相关作业