text to string pyton code example Example: python read file to variable with open('data.txt', 'r') as file: data = file.read().replace('\n', '')