what is the output of this code? gun = lambda x:x*x dada = 1 for i in range(1,3): data+=gun(i) print(gun(data))