Not this one.

It’s 2020. Python is the #1 language for automation, data science, and backend development. But most courses assume you already know how to code.

Hey future coder,

password = "" while password != "secret123": password = input("Enter the password: ") print("Access granted!") "Hero challenge: Write a for loop that prints only even numbers from 1 to 20. And write a while loop that keeps asking 'Are we there yet?' until the user says 'yes'. Pause the video and try it now."