Write a Python script that takes from the user an input DNA sequence and prints the percentage of A's, C's, G's, and T's. For example if the user types AGGTGACCCT then the output should be A: 20 C: 30 G: 30 T: 20 Submit a hardcopy in class on Oct 1st.