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 trialKira Klingenberg
379 PointsUsing the python shell to spot errors
Hi! When writing in the terminal (in the python shell), python will provide an error message if you say, get the syntax wrong. I noticed, than when writing the same incorrect line of code in a file, no error message pops up. Is this, then, one of the reasons it is good to start writing code in the shell before carrying it over into the file you plan to keep permanently?
1 Answer
Alexander Davison
65,469 PointsYou can't copy more than one line of code, unless all of the code is in a block.