15.04.2013 Views

Core Python Programming (2nd Edition)

Core Python Programming (2nd Edition)

Core Python Programming (2nd Edition)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4-9. *Interning. Given the following assignments:<br />

a = 10<br />

b = 10<br />

c = 100<br />

d = 100<br />

e = 10.0<br />

f = 10.0<br />

What is the output of each of the following and why?<br />

a.<br />

b.<br />

c.<br />

a is b<br />

c is d<br />

e is f

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!