✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Indiquez le type et la valeur des variables suivantes :
M = [3.5, 'hello', [10, True, 30], {'key': (1, 2, 3)}]
x = M[0]
y = M[1]
c = M[2][1]
d = M[3]['key'][0]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!