def save(self, data): with open('NormalFilePersistence.txt', 'w') as open_file: open_file.write(data)