// the daily email where the code fades until you can write it ๐
Your morning
function
is waiting.
One real function. The kind you'll actually use.
Free, every morning.
One real function a week, taught through free daily emails where the code fades a line at a time until you can write it from memory ๐ง .
> join readers starting every morning with us
# free ยท no card ยท unsubscribe any time
1def check_password(password):2 ____3 ____4 has_number = False5 for char in password:6 ____7 ____8 if has_number:9 return "Strong"10 return "Medium"