Re: [Tutor] [Help] urllib.error.HTTPError: HTTP Error 400: Bad Request

2018-02-13 Thread Peter Otten
cm wrote: > Dear tutors, > > I have written below function to open the profanity check url and then > to check for profanity in some text. When I go to the url > http://www.wdylike.appspot.com/?q= and type in the same text, it works > fine. > > I am using Microsoft OS X and Python 3.5.2 Interpre

[Tutor] [Help] urllib.error.HTTPError: HTTP Error 400: Bad Request

2018-02-13 Thread cm
Dear tutors, I have written below function to open the profanity check url and then to check for profanity in some text. When I go to the url http://www.wdylike.appspot.com/?q= and type in the same text, it works fine. I am using Microsoft OS X and Python 3.5.2 Interpreter with Pycharm Community