python random library list code example
Example 1: python random liste
import random
liste = ["world, HELLO !", "hello world !"]
N = random.choice(liste)
print(N)
Example 2: which function to use in random module for a list in python
random.choice