0
[SOLVED] Problem regarding syntax error in python.
https://code.sololearn.com/cVbRv1kUPtF9/?ref=app In this code, I don't know why it keeps throwing a SyntaxError. Please help me.
3 odpowiedzi
+ 1
you didn't close one parentheses
on line 34.
should be :
l += (' '*(len(lor)-len(i))+str(j)+' ')
+ 1
Bahha🐧 woah, that was easy.
My head was aching from yesterday because of that. 😂😂😂
Thank you so much
+ 1
you are welcome, it happens 😃.