''' Purpose: demonstrate that a program cannot access the local variables of another function ''' import url page = url.get_contents( 'http://www.cs.virginia.edu/~cs1112/' ) print( url.get_contents.bytes )