[SOLVED] Problem regarding syntax error in python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

15th May 2020, 3:43 AM
Abdul S Ansari
Abdul S Ansari - avatar
3 Answers
+ 1
you didn't close one parentheses on line 34. should be : l += (' '*(len(lor)-len(i))+str(j)+' ')
15th May 2020, 3:54 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
Bahha🐧 woah, that was easy. My head was aching from yesterday because of that. 😂😂😂 Thank you so much
15th May 2020, 3:57 AM
Abdul S Ansari
Abdul S Ansari - avatar
+ 1
you are welcome, it happens 😃.
15th May 2020, 4:01 AM
Bahhaⵣ
Bahhaⵣ - avatar