SciPy - Statistical Functions (scipy.stats) Basics
Given a dataset
[1, 2, 3, 4, 5, 6, 7, 8, 9], how would you use scipy to find the 33rd and 66th percentiles in one call?