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 Basic Object-Oriented Python Creating a Memory Game Game Class Part 1

Cameron Ganley
Cameron Ganley
3,507 Points

Why doesn't Megan tell us why or how she does things?

Like, why doesn't she tell us how to split the line with the list of card options? I feel like these lessons take way longer because I actually want to learn these tips and tricks.

2 Answers

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hi Cameron Ganley 👋

Are you referring to the video around the 1:47 min mark?

If so she mentions that she's splitting it because the line is a bit long, making it more difficult to read. What she's doing is placing the cursor in between the values and hitting enter/return to break the line up into two lines 🙂

Hope this clears things up! 😃