Skip to content

Instantly share code, notes, and snippets.

@JakenHerman
Created February 13, 2014 19:38
Show Gist options
  • Save JakenHerman/8982264 to your computer and use it in GitHub Desktop.
Save JakenHerman/8982264 to your computer and use it in GitHub Desktop.
make_out_word on Coding Bat
def make_out_word(out, word):
return out[0]+out[1]+word+out[2]+out[3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment