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

Kemal Burak ÖZER
Kemal Burak ÖZER
2,903 Points

clear_screen() function doesn't work in spyder 3.2.8

clear_screen() function perfectly works in workspace; however, when I tried to rewrite the whole code in spyder, I could not make clear_screen() function work. All other codes worked just fine, however, clear_scree() did not have any effect. Therefore, each time I added another item to the list, the previous entries were on the screen. Are there any solution for the problem?