What is the output of the following code?
def s(n1): print(n1) n1=n1+2 n2=4 s(n2) print(n2)
निम्नलिखित कोड का परिणाम क्या है?