Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Created April 9, 2022 12:09
Show Gist options
  • Save pointofpresence/d3b04e7e4a4c22233b8d546fad3124fd to your computer and use it in GitHub Desktop.
Save pointofpresence/d3b04e7e4a4c22233b8d546fad3124fd to your computer and use it in GitHub Desktop.
Python run random module
def run_random_module(modules):
module_name = random.choice(modules)
__import__(module_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment