Help me in solving GS05 problem

My issue

My code

# Update the '_' in the code below

N = int(input())
S = input().split()
print(N,S)

Learning course: Python for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone

N = int(input())
S = input()
print(N,S)