Created
November 4, 2013 19:55
-
-
Save kezabelle/7308283 to your computer and use it in GitHub Desktop.
wat? when did this start?
This file contains 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
Python 2.7.5 (default, Jun 22 2013, 15:34:23) | |
>>> wtf = {'a', 2} | |
>>> wtf | |
set(['a', 2]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment