def read_file(file_path): with open(file_path, 'r') as f: file = f.read() return file