I tried writing a python code for a simple spam detecting filter. Can there be a way to resolve this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

I tried writing a python code for a simple spam detecting filter. Can there be a way to resolve this?

https://code.sololearn.com/cPQAecFNJhEw/?ref=app

17th Aug 2018, 6:34 PM
Musosa Amos
Musosa Amos - avatar
4 Answers
+ 4
thanks for the reviews
19th Aug 2018, 3:50 AM
Musosa Amos
Musosa Amos - avatar
+ 1
Hmm.... that is really weird. I have never seen anything like that before... Maybe a SoloLearn-side issue?
17th Aug 2018, 6:47 PM
Dread
Dread - avatar
+ 1
Have you tried to correct whitespacing and get rid of those dots?
17th Aug 2018, 7:13 PM
null
null - avatar
+ 1
Have you tried using a class, because that's what you seem to want to do. Also, what does your `for self in self` loop mean?
18th Aug 2018, 4:21 AM
Amaras A
Amaras A - avatar