how to randomize method python code example
Example 1: how to call a random function in python
import random
my_list = [func_test_1, func_test_2, func_test_3]
random.choice(my_list)()
Example 2: which function to use in random module for a list in python
random.choice