File size: 91 Bytes
34bd5b0
 
 
1
2
3
def read_file(file_path):
    with open(file_path, 'r') as file:
        return file.read()