25f01d1 0bf9463
1
2
3
def read_file(file_path): with open(file_path, 'r', encoding='utf-8') as f: return f.read()