Skip to content

Instantly share code, notes, and snippets.

@yankees714
Created March 3, 2015 21:38
Show Gist options
  • Select an option

  • Save yankees714/88b52d2aebce21925f6d to your computer and use it in GitHub Desktop.

Select an option

Save yankees714/88b52d2aebce21925f6d to your computer and use it in GitHub Desktop.
except/expect
except_string = "except"
expect_string = s[:2] + s[4:1:-1] + s[5:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment