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
Carlos Muñoz Sanchezllanes
4,407 PointsI have a question about the console..
In the console, what was the hot key to automatically type in "python masterticket.py"? I kinda figured that he would repeat it again, (At the very beginning.) but I guess I was terribly wrong about that, so I find myself having to type pythong "".py every time. Also if you guys have any tricks or short cuts for the console, that would be awesome! Thank you so much for taking the time to help me!! -.-
1 Answer
Louise St. Germain
19,425 PointsHi Carlos,
If you have already used the command once, and would like to repeat the same command again, you can hit the up arrow key. You can do this multiple times to get previous commands as well.
Also if you haven't run the command already, you can type "python" and then the start of the file name, and if you hit tab, it should autocomplete the file name as long as you've typed in enough of it that it can recognize which file you mean.
I hope this helps!
Carlos Muñoz Sanchezllanes
4,407 PointsCarlos Muñoz Sanchezllanes
4,407 Pointssweet marinated chocolate covered roasted marshmallow baby Jesus! This is such a huge help!! thank you for taking the time to help me!
Louise St. Germain
19,425 PointsLouise St. Germain
19,425 PointsHaha, you're welcome! Glad I could help! :-)