# File: util-example-3.py

def readopenfile(file):
    return file.read()
