python syntax | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

14th Aug 2019, 8:53 AM
I Am Anushka
1 Answer
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
14th Aug 2019, 9:12 AM
I Am Anushka