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 Python Basics Functions and Looping Returning Values

how you drop from help on 7:20 and from shell. What should i type?

I was confused with part on 7:20, what should i type when i drop out from help and from shell.

3 Answers

boi
boi
14,241 Points

To drop out of the "help()" press "q" and to drop out of the shell use " ctrl D ", or if you want to drop out of both the shell and help use ctrl " z ".

Thank you so much this helped a lot.

Yes thank you!

One last thing that worked for me after getting stuck was just "X"-ing out of the console window, and restarting it from the view drop down above. :)