#Python's random module includes a function choice(data) that returns a random element #from a non-empty sequence. The random module includes a more basic function ...