from random import choice
l = [3, 1, 2, 9, 12]
a = choice(l)
print(a)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: