# in teste.py we have a list words_list = ["zombie", "baboon"] from teste import words_list #or from teste import * print(words_list)