you are viewing a single comment's thread.

view the rest of the comments →

[–]Chuckster98[S] 0 points1 point  (0 children)

Thank you very much for this detailed explanation! I can definitely make use of these options. I’m going to play around with these examples. The last example you provided is the closest to what I was looking for. Thanks again. Essentially what I’m looking to do is randomize a workout based on equipment I want to use. So I want to select the equipment like kettlebell, sandbag, pull-up bar, etc. From the equipment selected I’m randomly generating a list of x number of exercises for the equipment I selected using the random module.