# loops

Announce the Team

Before the big match, announce every hero on the team, separated by a comma and a space. 📣

You're given a list of names (already split into names for you). Build one combined string, like Max, Zoe for the names Max and Zoe, and print it. An empty list should print an empty line.

💡 need a hint?

loop-shout-names.py🔒 given lines are locked — write your code in between
loading...