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<br />

In [8]: type(bmi)<br />

Out[8]: float<br />

In [9]: day_of_week = 5<br />

In [10]: type(day_of_week)<br />

Out[10]: int

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

Saved successfully!

Ooh no, something went wrong!