Created
December 2, 2014 11:43
-
-
Save 9seconds/d3385e341a320dc659f8 to your computer and use it in GitHub Desktop.
wtf2
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
>>> import os | |
>>> os.remove == os.unlink | |
True | |
>>> os.remove is os.unlink | |
False | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment