Write a Python program that accepts a DNA sequence from a text file ‘dna.txt’ and counts the frequency of each of the nucleotide acids A, C, G, T. Assume the ‘dna.txt’ is in the same directory where your program is.

Write a Python program that accepts a DNA sequence from a text file ‘dna.txt’ and counts the frequency of each of the nucleotide acids A, C, G, T. Assume the ‘dna.txt’ is in the same directory where your program is.