Skip to content

Instantly share code, notes, and snippets.

@QuantVI
Created September 28, 2018 20:43
Show Gist options
  • Save QuantVI/f2b333e834bb073481b1c9c111b4bf13 to your computer and use it in GitHub Desktop.
Save QuantVI/f2b333e834bb073481b1c9c111b4bf13 to your computer and use it in GitHub Desktop.
How to share your code
# This is a comment
# I typed this directly into http://gist.github.com
a = " ".join(["It's",'easy','to','use','to','share','code.'])
print(a)
@QuantVI
Copy link
Author

QuantVI commented Sep 28, 2018

Added one more line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment