Suppose I have two functions:
functionA() and functionB()
I do not care which function runs, but I do want just ONE of them to run randomly--ie, if I run the script a hundred times, both should be played near 50 times.
How can I program that into Python 2?