Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded a new Example: Sets discriminating values? #97
Conversation
Deep down we're all the same: Input-Output formatting of the explanation code https://github.com/satwikkansal/wtfpython#-deep-down-were-all-the-same-
Ref. example: Deep down, we're all the same
Syncing the forked repository
Section: Appearences are deceptive!
(Open to any recommendations to add it to another section)
Link (not yet added in the table of contents): Sets discriminating values?
Concept: A set object in python never sorts its values by itself in any specific order.
The example illustrates that somehow an odd value is left off from being sorted by set.
The explanation clarifies that indeed neither of any values are being sorted.
Every sample is tested on 3.6.6 interactive interpreter and they should work for all the Python versions