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 trialDean Shalem
3,089 PointsEasy Question: How does she uncomment her code so easily at 2:30? Also how do I do the opposite and common the code?
How does she add a "#" before each line so easily?
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHI Dean Shalem
It's a neat little trick that will work will most editors. On a Mac, you would just highlight all the lines you want to comment and then press command and /
(Command and the forward slash). On Windows, it would be control + /
. I work with Macs only, so I'm only fairly certain the Windows short-cut. 🤔
Keep Coding! :)
Beau Genereux
5,362 PointsBeau Genereux
5,362 PointsThank you! I badly needed the Mac shortcut :D
Jhonnatan Macias
Python Development Techdegree Student 1,971 PointsJhonnatan Macias
Python Development Techdegree Student 1,971 Pointsdope!!!