Ответ:

Код на Python:

import random

a = [random.randint(0, 99) for i in range(10)]

print(«Массив a:», a)