0
https://code.sololearn.com/cIVsTboL1PC9/#py can someone explain what on earth I have did wrong in line 14??
4/6/2020 8:58:03 AM
1 Answer
+2
You doesn't close the input parenthesis on the previous line... Often error in Python require to look at previous line than the one pointed by the error message ;)
Send us a message