Skip to content

Instantly share code, notes, and snippets.

@grittyninja
Created August 29, 2016 15:33
Show Gist options
  • Save grittyninja/b35db267b4625a57ce3ab4fbec3ff6d6 to your computer and use it in GitHub Desktop.
Save grittyninja/b35db267b4625a57ce3ab4fbec3ff6d6 to your computer and use it in GitHub Desktop.
<pre><code class="line-numbers language-python"># Author: hrdn
test = ["H","E","L","L","O"]
"".join(test)
</code>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment