Skip to content

Instantly share code, notes, and snippets.

@lbattaglioli2000
Created June 21, 2016 05:00
Show Gist options
  • Save lbattaglioli2000/7af04fffe04882757763e2b8cd26abc1 to your computer and use it in GitHub Desktop.
Save lbattaglioli2000/7af04fffe04882757763e2b8cd26abc1 to your computer and use it in GitHub Desktop.
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