Search the NCBI Nucleotide database for NG_021275, then download the record in FASTA format and save
the file as NG_021275.fasta under the assignment project folder in PyCharm.
Then write a Python script a8q4.py that calculates GC content where the sequence data is read in from
the above FASTA file.
After the sequence record is read in from the FASTA file, print the sequence ID, the nucleotide sequence,
then print the GC content to the screen with two decimal places. A sample output could be (the entire
sequence is omitted)
Sequence ID: NG_021275.2
Sequence:
TCCTTCACAGGAAAGGGTCACT ...
The GC content of the sequence is: 43.33%