❓ Quiz Python
Quel est le type retourné par cette expression ?
PYTHONDebutanttuples
20
quiz.py
1
Que va afficher ce code Python ?2
3
a = 3.04
b = 3.05
6
c = 37
d = 38
9
print(a is b, c is d)