hacker rank python problem(print function)solution

PRINT FUNCTION

N = int(input())
for i in range (1, N+1):
    print(i, end='')

Compiler Message
Success
Input (stdin)Download
3
Expected OutputDownload
123
 
  

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions