Skip to content

Instantly share code, notes, and snippets.

@Hardtack
Created May 4, 2014 05:57
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 Hardtack/8592f3745ed37c55f3be to your computer and use it in GitHub Desktop.
Save Hardtack/8592f3745ed37c55f3be to your computer and use it in GitHub Desktop.
import os
import random
with open('people.txt') as f:
s = f.read().strip()
li = s.split('\n')
s = random.choice(li)
os.system('say %s' % s)
민수
현경
재림
우람
현진
차근
건우
종엽
지은
의철
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment