importing text file in python with import code example Example: python import text file f = open('words.txt', 'r') #then to store content = f.read()