Skip to content

Instantly share code, notes, and snippets.

@glassbead0
Created August 11, 2014 19:45
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 glassbead0/6603cac5ae4176d3a340 to your computer and use it in GitHub Desktop.
Save glassbead0/6603cac5ae4176d3a340 to your computer and use it in GitHub Desktop.
r = []
for (a, b) in zip(self.cards[0:26], self.cards[26:]):
r.append(a)
r.append(b)
self.cards = r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment