Skip to content

Instantly share code, notes, and snippets.

@rafer
Created April 14, 2011 20:27
Show Gist options
  • Save rafer/920434 to your computer and use it in GitHub Desktop.
Save rafer/920434 to your computer and use it in GitHub Desktop.
ROB 4/14/2011 Trivia: Question 7
# Question 7.
# What happens when you run the following?
p x
# And what happens when you run the following?
x = 5 if false
p x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment