python syntax | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
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