python syntax | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
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