Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

divyam pandey
2,388 PointsIn a slice what are the different parts of the syntax which all start with the letter 'st' ['start: ? : step]
It is a Quiz Question. Slices are used with strings or lists (iterables). In the slice syntax what are the different parts of the syntax. [ : : ] which all start with 'st' I got two correct [start:?: step] but what would be middle one?
1 Answer

KRIS NIKOLAISEN
54,663 PointsThis is discussed in the following video @ 1:34.
Three pieces to a slice, start, stop, step.