Computer Science, asked by raghavchandel2003, 7 months ago

Predict the Output
Send Feedback
What will be the output of following code?
def square(a):
ans = a a
return ans
a = 4
a = square(a)
print(a)​

Answers

Answered by nazeefasif8
2

Explanation:

A granary is where grain is stored. One clear way to remember the meaning of granary is that it sounds like what it is. If I were to ask you to invent a word that means "the place where grain is stored" you'd very likely come up with granary — though admittedly, the spelling is a little different.

Similar questions