File size: 104 Bytes
853a071
 
 
1
2
3
def File(file_path):
    with open(file_path, 'r', encoding='utf-8') as file:
        return file.read()