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

Command Prompt and Console

The Command Prompt and the Console are the same thing right?

1 Answer

Steven Parker
Steven Parker
243,199 Points

Well, you find them in the same place. The console is window where you establish a connection to the program that process commands, and the command prompt is the symbol, text, or combination of them that the program shows you to indicate that it is ready to receive a command.

Why is the console referred to as the prompt in Python Basics? Is that because all the work is done in workspaces?

Steven Parker Is the python console similar to the JavaScript console? When tth teachers say prompt theyre talking about the command prompt right? Sorry for all the stupid questions. I rather look stupid right now than be confused for who knows how long.

Steven Parker
Steven Parker
243,199 Points

I wouldn't assume any mention of "prompt" means "command prompt". If your own program has an "input" statement that asks "What is your name? ", that question can be referred to as a "prompt". You'd need to look at the context of the word to know for sure what they mean.

And questions are never stupid, particularly not in a learning forum. :wink: