Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qu'affiche le code suivant ?
def fct(x): return x**2print(type(fct(-3)==9))
def fct(x):
return x**2
print(type(fct(-3)==9))
True
False
int
bool
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!