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 trialJoseph Michelini
Python Development Techdegree Graduate 18,692 PointsWhy does my browser not print anything until I quit or cancel?
Hey all,
I was wondering why my browser won't print anything on the screen until I quit or cancel the program. To verify that the issue wasn't with my code, I downloaded the project files and copy and pasted the teacher solution. Unfortunately, I still have the same issue.
Am I going crazy? Or is this a bug?
Thanks in advance!
1 Answer
Steven Parker
231,236 PointsNeither one! This is normal behavior in modern browsers.
See the "Important Update" under the "Teacher's Notes" section below the video for an explanation.
Joseph Michelini
Python Development Techdegree Graduate 18,692 PointsJoseph Michelini
Python Development Techdegree Graduate 18,692 PointsHa, oops! Thank you.