#?coding=utf-8
str1?=?"""
DEFINITION?Schistosoma?japonicum?SJCHGC07869?protein?mRNA,?partial?cds.
ACCESSION?AY810830
VERSION?AY810830.1?GI:60600350
KEYWORDS?HTC.
SOURCE?Schistosoma?japonicum
"""
str1?=?str1.split("\n")
with?open("out.txt",?"w")?as?f:
f.write(str1[3]?+?"\n")
f.write(str1[5]?+?"\n")