def make_dialog()

in podcast/main.py [0:0]


def make_dialog(dialog: list) -> str:
    return "\n".join([f"{who}: {what}" for who, what in dialog])