1.

What is following code doing? What would it print for input as 3 ? n = int (input( "Enter an integer:" ))if n< 1: print ("invalid value")else: for i in range(1, n + 1): print (i*i)​

Answer» THANKS for all the other HAND I have been a


Discussion

No Comment Found