Created
June 21, 2017 18:11
-
-
Save gosukiwi/8d0472d32e83ef53f9adf562cb8bac74 to your computer and use it in GitHub Desktop.
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
foo = bar # expects a number on the right hand side of the equation | |
foo # no equals, no number | |
foo = # nothing here! | |
= foo # nothing on the left hand side |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment