You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 134 and 136, it should be and annoying_number_word(sent, i) rather than and not annoying_number_word(sent, i), since the function returns True if it's not saying three-point related stuff.
In line 134 and 136, it should be
and annoying_number_word(sent, i)rather thanand not annoying_number_word(sent, i), since the function returns True if it's not saying three-point related stuff.