My issue
My code
# Change the 'custom inputs' below and click 'run'
# Click on 'Submit' once you have tried out to proceed to the next problem
t = int(input())
for i in range(t):
n = int(input())
print(n+1)
int,input().split()
Learning course: Python for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone