top of page

Genetics Refresher

Lists & Loops Refresher

List Methods

Dictionaries

Checkpoint

Build Your Own Protein

Summary

Checkpoint

Find the amino acid associated with the codon TTT

1 genetic_code_dict = { 'ATG': 'methionine', 'TTT': 'phenylalanine', 'CGG': 'arginine' }

bottom of page