题目详情
单选题 以下程序的输出结果,可能的选项是______. import random def test(): x = random.randint(0,10) y = random.randint(10,20) return([x,y]) print(test())
A. [11,13]
B. (1,11)
C. (6,20)
D. [6,20]

学科:Python程序设计
时间:2024-04-01 15:20:43
相关题目
相关作业
