Computer Science, asked by tinuvthomasmi, 13 hours ago

What will the following function do? def what(x) return x*x ?

Select one:

a. Returns the square of x

b. Error

c. Function doesn't have docstring

d. Returns x​

Answers

Answered by meathrammu
7

Answer:

b)

Explanation:

Similar questions