+ 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.
4 Respuestas
+ 4
It is sintex error
str( ) 👈 add this line 6
+ 3
Add )
a[1][i]=str( alpha.index(i) + " " )
0
The code is now fixed, thanks to you guys