Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 391 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 391 Bytes

Ribosome

This project reads input RNA code and provides the user with the appropriate amino-acid sequence equivalent. With smart responses to errors from bad inputs, this program is simple to use even for python amateurs.

Special thanks goes to @gideontong for helping me better understand and utilize regular expression operations to prevent the over use of while loops.