Skip to content

Instantly share code, notes, and snippets.

@nnja
Last active June 28, 2019 16:49
Show Gist options
  • Save nnja/0345f72f9ce8b5f1eee8162ffa3e2857 to your computer and use it in GitHub Desktop.
Save nnja/0345f72f9ce8b5f1eee8162ffa3e2857 to your computer and use it in GitHub Desktop.
Python script to select a random person to take notes in a meeting ⌨️🎉
import random
participants = ["Lena", "Seth", "Paul", "Suz", "Nina", "Burke", "Todd"]
print(f"{random.choice(participants)} is taking notes.")
@cdadhecodes
Copy link

Saw this notice in an <a href=''https://Holbertonschool.com> project</a> and thought it was interesting. I am having to come up with a project for githib and thought I would take a peak here. Best wishes for you. gDavis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment