Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introduction to NumPy Array Programming Routines in Action

rounds in study_minutes array

Analyzing study_minutes array Craig talks about rounds of studying, i don't really understand what that means

1 Answer

Megan Amendola
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree seal-36
Megan Amendola
Treehouse Teacher

I believe he's using rounds like sessions or times of study. For instance, if he says he had two rounds of study yesterday, then he studied two different times yesterday. So the array holds all of the times he's studied and he's calling them rounds instead of times studied.