common number picker python code code example
Example 1: random number pythob
import random
random.randint(a,b)
Example 2: 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)()