Skip to content

Instantly share code, notes, and snippets.

@luminousmen
Created October 27, 2022 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luminousmen/4628a5c05589267bd7b65837d47cd8f3 to your computer and use it in GitHub Desktop.
Save luminousmen/4628a5c05589267bd7b65837d47cd8f3 to your computer and use it in GitHub Desktop.
import random
letters = [
"Person 1",
"Person 2",
"Person 3",
"Person 4",
]
print(f"Next: `{random.choice(letters)}`")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment