❓ Quiz Python

Quel est le type retourné par cette expression ?

PYTHONDebutanttuples
20
quiz.py
1
x = '🐍' * 3
2
 
3
print(x)