magicians = ['alice','david','caroline'] for magician in magicians: print(f"{magician.title()}, that was a great trick !") print(f"Viewers can not wait to see your next trick dear,{magician.title()}.\n") print("Thank you, everyone for watching and specially for magicians, That was a spectacular show ! ")