06.07.2017 Views

ch1_slides

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Intro to Python for Data Science<br />

Python Types (3)<br />

In [16]: 2 + 3<br />

Out[16]: 5<br />

In [17]: 'ab' + 'cd'<br />

Out[17]: 'abcd'<br />

Different type = different behavior!

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

Saved successfully!

Ooh no, something went wrong!