Created
July 16, 2015 03:30
-
-
Save offby1/dbe6cb170656af98be8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| last_status = object() | |
| for index, item in enumerate(sequence_with_three_things): | |
| if index == 2 and last_status == whatever: | |
| continue | |
| last_status = do_some_work() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment