Skip to content

Instantly share code, notes, and snippets.

@bngsudheer
Last active May 11, 2017 08:29
Show Gist options
  • Save bngsudheer/b58d365992c64c44026fb9791a43e2fc to your computer and use it in GitHub Desktop.
Save bngsudheer/b58d365992c64c44026fb9791a43e2fc to your computer and use it in GitHub Desktop.
>>> line = '\something'
>>> line
'\\something'
>>> line.startswith('\some')
True
>>> line.startswith('\\some')
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment