Last active
June 28, 2019 16:49
-
-
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 β¨οΈπ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
participants = ["Lena", "Seth", "Paul", "Suz", "Nina", "Burke", "Todd"] | |
print(f"{random.choice(participants)} is taking notes.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.