Skip to content

Instantly share code, notes, and snippets.

@Neemox
Created April 18, 2016 22:42
Show Gist options
  • Save Neemox/2b36ad73cfec90815f47152b61e67a37 to your computer and use it in GitHub Desktop.
Save Neemox/2b36ad73cfec90815f47152b61e67a37 to your computer and use it in GitHub Desktop.
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