Can an except block of python have 2 conditions simultaneously? – Twitter API
I was trying to learn stock prediction with the help of this github project. but when I run the main.py file given in the repository, via the cmd. I encountered an error File "/Stock-Predictor/src/tweetstream/streamclasses.py", line 101 except urllib2.HTTPError, exception: ^…