Skip to content

Commit

Permalink
Revert "fix len mistake"
Browse files Browse the repository at this point in the history
This reverts commit d750f98.
  • Loading branch information
hjwp committed Jul 17, 2016
1 parent 6ab3884 commit 0fe195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/magic_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>>> import random
>>> deck = CardDeck()
>>> len(deck)
208
52
>>> print(deck[0])
2♠
>>> print(deck[-1])
Expand Down

0 comments on commit 0fe195f

Please sign in to comment.