with open('Pi.txt') as file_object:
 contents = file_object.read()
 print(contents)
