print(fiche.setdefault("Adresse","1007 Mountain Drive, Gotham City")) ''' 1007 Mountain Drive, Gotham City ''' print(fiche) ''' {'Prénom': 'Bruce', 'Nom': 'Wayne', 'Age': 45, 'Adresse': '1007 Mountain Drive, Gotham City'} '''