Created
June 21, 2016 05:00
-
-
Save lbattaglioli2000/7af04fffe04882757763e2b8cd26abc1 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
var1 = 42 | |
var2 = 24 | |
# Evaluates to false since 24 is not greater than 42 | |
print(var2 > var1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment