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 Introducing Dictionaries Iterating and Packing with Dictionaries Iterate over Dictionaries

Dean Shalem
Dean Shalem
3,089 Points

Easy 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
MOD
Jason Anders
Treehouse Moderator 145,860 Points

HI 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! :) :dizzy:

Thank you! I badly needed the Mac shortcut :D