with open('Homo sapiens p53 (p53) gene, exon 8 and partial cds.txt','r') as file_object:
 contents = file_object.read()
 print(contents)
