0
python syntax
for i in range(int(input())): n = int(input()) ramtruth= list(map(int,input().split(" ")) print(n) print(ramtruth) why am i getting an error in print statement
3 Answers
0
But then why am i getting error in line corresponding to print statement
Pythons tells us the line no of error then why it tells line of python