Answers for "how to do a set of fuctions a random number of times in python"

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)()
Posted by: Guest on July-30-2020

Code answers related to "how to do a set of fuctions a random number of times in python"

Python Answers by Framework

Browse Popular Code Answers by Language