from vardata import verb_list, other_list import random  print random.choice(verb_list) 

Read more of this post