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 trial4 Answers
Oskar Lundberg
9,534 Pointspress Ctrl + L to clear the Console.
Nicholas Boardman
8,952 Pointsctrl + L is what I use most often.
Afrid Mondal
9,509 PointsDear Paige, clear() command help you to clear the work space.
Linda Larson-Prior
446 PointsThis actually returns a traceback error for me (a nameerror as 'clear' is not defined). I think what has to happen is that I need to "pop" out of interactive mode at which point clear WIlL work. How do I exit interactive mode?
Michael Quiban
2,493 PointsAnother if you'd like is just typing "clear" in the console.
I didn't know you could type clear() such as Afrid Mondal mentioned which is pretty cool.
sterlyng roehrig
835 Points"clear" also only works outside the REPL ^ in case that causes any confusion
Paige Willis
1,613 PointsPaige Willis
1,613 PointsAwesome thanks!!