Christopher Allan Webber

Christopher Allan Webber at

@Ben Sturmfels Then do I have something scary for you!

for x in range(100): pass

What's x's value now, outside the scope of the for loop? Take a guess! It's 99!

That's in Python 3!

Charles Stanhope likes this.