Python Level 3
An introduction to condition-controlled iterations using while loops.

What you'll learn
- While loops
- Creating infinite loops
- Break statements
Capstone Project
Password Checker
Our Password Checker program acts as part of a login system. It repeatedly asks the user to attempt to enter their password until they enter it correctly, and it will then inform them that their login has been sucessful.