❓ Quiz Python

Que va afficher ce code ?

PYTHONDebutantlistes
20
quiz.py
1
a = [1, 2]
2
b = [3, 4]
3
print([*a, *b])