✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quale sarà l'output del seguente codice?
def saluta(nome, messaggio="Ciao"): return f"{messaggio}, {nome}!"print(saluta("Anna"))