file = open(
"
readfile.py
"
) text = file.read() file.close()
print
text