Medium
Given a protein string formed from the 20-symbol amino acid alphabet, calculate its weight based on the monoisotopic mass of each amino acid.
Sample Input:
SKADYEK
Sample Output:
821.392
Given a protein string formed from the 20-symbol amino acid alphabet, calculate its weight based on the monoisotopic mass of each amino acid.
SKADYEK
821.392
Congratulations! Your solution is correct.