Skip to content

Instantly share code, notes, and snippets.

@walt-w
Last active January 17, 2017 15:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save walt-w/2f8febb950037b3d3c59d9c2a43e6666 to your computer and use it in GitHub Desktop.
if __name__ == '__main__':
str = ""
str = raw_input(">")
print str.lower().replace(' ', '-').replace('.', '')
@walt-w
Copy link
Author

walt-w commented Jan 17, 2017

Copy problem's title directly form leetcode and paste in console, you shall get the prompt title follows PEP8 style

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