Skip to content

Instantly share code, notes, and snippets.

@ubernostrum
Created August 23, 2017 20:13
Show Gist options
  • Select an option

  • Save ubernostrum/b7b705bf21b86a1b5c1e2c9f287f35ea to your computer and use it in GitHub Desktop.

Select an option

Save ubernostrum/b7b705bf21b86a1b5c1e2c9f287f35ea to your computer and use it in GitHub Desktop.
Does this Python 3 program print anything? If so, what and why?
off = 0
off = 1
ℌ = 2
H = 3
if off == off:
print("This is offal!")
if ℌ == H:
print("What the H?")
@ubernostrum
Copy link
Author

Also: if you know the answer, please don't spoil it in a comment here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment