首页 / 百科 / 内容详情 以下程序的输出结果是:()def calu(x = 3, y = 2, z = 10):()return(x ** y * z)h = 2w = 3print(calu(h,w)) 2022-05-01 1次阅读 calu 输出 以下 以下程序的输出结果是:()def calu(x = 3, y = 2, z = 10):()return(x ** y * z)h = 2w = 3print(calu(h,w)) A.90B.70C.60D.80正确答案:80 给出如下代码import random as ranlistV = []ran.seed(100)for i in range(10):()i = ran.randint(100,999)listV.append(i)以下选项中能输出随机列表元素最大值的是 对于列表ls的操作,以下选项中描述错误的是() 猜你喜欢