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 Lists Meet Lists Deletion

Angelus Miculek
Angelus Miculek
3,859 Points

almost sure there's a shortcut

Hey, I see Craig flipping from the REPL to the treehouse:~/workspace$ all the time and not typing anything down. There must be a keyboard shortcut for that, is there? Is it Ctrl+Z?

1 Answer

Steven Parker
Steven Parker
230,970 Points

The shortcut for exiting the Python REPL and going back to the system prompt is Ctrl+E.

But to start it again, you have to type "Python" (and optionally some arguments).

If this doesn't explain what you saw, please give a specific time reference into the video.