Computer Science, asked by pathanzaid, 4 months ago

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)​

Answers

Answered by s7312020
0

Answer:

sorry i dont know how to do coding

but i will you

Similar questions