1.
from
random
import
choice
2.
3.
image
=
choice(image_list)
Mainly notes to future-Twig (and for anyone else who may find them useful)
If you've found one or more of my blog posts helpful, why not say thanks by buying me a coffee or beer?
1.
from
random
import
choice
2.
3.
image
=
choice(image_list)