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 Meet Python Input and Coding Style

In "Input and Coding", why swap from top to bottom console? In a nutshell?

In "Input and Coding", why swap from top to bottom console? In a nutshell? I am not advanced enough to understand....

Steven Parker
Steven Parker
229,786 Points

I don't quite understand your question. At what time point in the video do you see what you are asking about?

2 Answers

Kailash Seshadri
Kailash Seshadri
3,087 Points

If you're asking about him moving to the bottom part of the worspace, which is called the console by the way, it is so that we can open up the REPL. This cannot be done using the code editor on the top. I am assuming what the REPL is and what it does has been explained to you in a previous video., but feel free to reply to this if you have any questions

i think that is what our fellow programmer is asking that was a good explanation

writing code is a two way process that is there is the the code you write which makes the input part of the process then you have to see what has been produced by what you have written which is the output and hence our workspace is also made up of two parts the text editor and the console