Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
T -> A should be added to the description for the transcription into rna.
Nice Kata, and nice proposal. Made me remember of my Bioinformatics classes on univesity.
In the example,
"AUG UCG AGC GAU ACU UAG"
becomes
"Met Ser Ser Thr Asp Stop"
It looks like the second-to-last and third-to-last elements need to be swapped in one of these. (GAU should map to Asp, ACU to Thr)
Nice Kata (solved in JavaScript).
However there should be a preloaded list. It's very tiring and time consuming to write a list by hand and doesn't have any meaning in the challenge itself (i.e. it's not a part of the puzzle, it's just an inconvenience).
Aight
https://www.codewars.com/kumite/5dc8f9d668ce6f0013fd75f5?sel=5dc8f9d668ce6f0013fd75f5
btw, when you do a translation, put the link to it in your message. It's easier for us to access it.
Ported to Python, with preloaded list added.
Apparently not. :/
So, today's contribution:
No preloaded list?
Thanks! Nice regexing, by the way!
Interesting Kata, keep up the good work :D