What will be the output of the following Code?
def sum(x): return x*x print(sum(4))
निम्नलिखित कोड का आउटपुट क्या होगा?