Guest User

Untitled

a guest
Dec 12th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Tabel = [
  2. ["Phenylaline", "F", "Phe"],
  3. ["Serine", "S" , "Ser"],
  4. ["Tyrosine", "Y", "Tyr"],
  5. ["Cysteine", "C", "Cys"],
  6. ["Tryptofaan", "W" ,"Trp"],
  7. ["Leucine", "L", "Leu"],
  8. ["Proline", "P", "Pro"],
  9. ["Histidine", "H", "His"],
  10. ["Glutamine", "Q", "Gln"],
  11. ["Arginine", "R", "Arg"],
  12. ["Isoleucine", "I", "Ile"],
  13. ["Methionine", "M", "Met"],
  14. ["Threonine", "T", "Thr"],
  15. ["Asparagine", "N", "Asn"],
  16. ["Lysine", "K", "Lys"],
  17. ["Valine", "V", "Val"],
  18. ["Alanine", "A", "Ala"],
  19. ["Asparaginezuur", "D", "Asp"],
  20. ["Glutaminezuur", "E", "Glu"],
  21. ["Glycine", "G", "Gly"],
  22.  
  23. ]
Add Comment
Please, Sign In to add comment