Coding Competitions A Django project for hosting coding contests and writing technology blogs This is first problem of the website. Given n, print 1 to n numbers. Test case 1: Input: 3 Output: 1 2 3 Test case 2: Input: 4 Output: 1 2 3 4