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