https://www.hackerrank.com/challenges/python-print
Task
Read an integer N.
Without using any string methods, try to print the following:
123...N
Note that "..." represents the values in between.
Input Format
The first and only line contains the integer, N.
Output Format
Output the answer as explained in the task.
Sample Input 0
3
Sample Output 0
123