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 Functions and Looping While Loops

Opening a new file is not working properly

When I tried opening a new file for password_checker I got encountered with a message that read No preview available for the file: password_checker. This has never happened before and while I was doing this I accidently opened a new folder and deleted one of the project(check_please). Any help would be appreciated if you can not help me on the preview not showing please put down the code for the check_please so I can open a new file and paste it in. Thanks!

1 Answer

You need a file extension. Change password_checker to password_checker.py