Jose Portilla Platform: Udemy Current Status: Outdated.
students = ["Alice", "Bob", "Charlie"] for student in students: print(f"Hello, {student}!")
"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."