logo

Crowdly

Browser

Add to Chrome

def critere(tuple): return tuple[0] liste = [('d', 2), ('c', 0), ('c', 0), (...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

def critere(tuple):

return tuple[0]

liste = [('d', 2), ('c', 0), ('c', 0), ('e', 4), ('b', 3), ('d', 0)]

essai = sorted(liste, key = critere)

Quelle est la valeur de essai à l’issue de ce script ?

0%
0%
0%
0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on celene.univ-orleans.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome