1from vardata import verb_list, other_list
2import random
3
4print random.choice(verb_list)
1from OtherFile import Variable
2#this assumes the 2 files are in the same folder, if not see here:
3'''
4 https://stackoverflow.com/questions/4383571/importing-files-from-different-folder
5'''