Now, fill in the if statement to check if input_password is less than password_length.
if
input_password
password_length
Make sure to pick input_password, followed by <, and finally password_length.
<