favorites = [ "Python", "Django", "Visual Studio Code", "GitHub Desktop", "Stack Overflow" ] for item in favorites: print(f"I LOVE {item}!")