+ 1
Unknown problems
For some reason this code gives me just problems and commenting the pointed lines out brings a new problem https://code.sololearn.com/cguqzqkb56yF/?ref=app
2 Answers
+ 1
There's a missing closing parentheses in line 10.
learning_data.append((p,label(p)))
+ 2
Diego thank you so much i just gave up on that code and wrote it again and was confused why it worked :p