What is the output of the following code ?
def add(a, b): return a+5, b+5 result = add(3,2) print(result)
निम्नलिखित कोड का परिणाम क्या है ?