Skip to content

Instantly share code, notes, and snippets.

@jovianlin
Created August 8, 2014 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jovianlin/60d38b72ec380127ccb3 to your computer and use it in GitHub Desktop.
Save jovianlin/60d38b72ec380127ccb3 to your computer and use it in GitHub Desktop.
random python code
while True:
user_input = raw_input("Type something: ")
print ' '.join(["#" + w.lower().capitalize() for w in user_input.split()]) + '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment