❓ Quiz Python

Quel est le type retourné par cette expression ?

PYTHONDebutanttuples
20
quiz.py
1
x = 3
2
y = 4
3
print(x ** y)