hacker rank python problem(Loop)solution

LOOP


N = int(input())
for i in range (0 , N ,+1):
    print(i*i)

 Compiler Message
Success
Input (stdin)Download
5
Expected OutputDownload
0
1
4
9
16

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions