Created
April 18, 2016 22:42
-
-
Save Neemox/2b36ad73cfec90815f47152b61e67a37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prot_seq = "MAGAHAHAJJSJS" | |
def protein(prot_sequence): | |
s = prot_sequence | |
spaces = ' '.join(s) | |
print(spaces) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment