My code:
GFF = raw_input("Please enter gff3 file: ")
GFF = open(GFF, "r")
GFF= GFF.read()
new_dict = {}