#1/10概率出现隐藏款 print("次数") 次数 = int(input(">")) import random for i in range(次数): 盲盒 = random.randint(1,11) if 盲盒 == 1: print("隐藏款") else: print("普通款")