Help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help.

I'm new to python and I can not figure out why this program shows error. Please help. https://code.sololearn.com/cYP3Q1doCtoL/?ref=app Ps: Sololearn tells me theres something wrong with the print() at the end.

11th Feb 2020, 1:19 PM
Salman Nazeer
Salman Nazeer - avatar
3 Answers
+ 4
It is sintex error str( ) 👈 add this line 6
11th Feb 2020, 1:30 PM
Pedro H.J
Pedro H.J - avatar
+ 3
Add ) a[1][i]=str( alpha.index(i) + " " )
11th Feb 2020, 1:29 PM
Pedro H.J
Pedro H.J - avatar
0
The code is now fixed, thanks to you guys
11th Feb 2020, 2:12 PM
Salman Nazeer
Salman Nazeer - avatar