试题详情

以下程序不可能的输出结果是: from random import * x = [30,45,50,90] print(choice(x))

A30

B45

C55

D90