deepstock icon indicating copy to clipboard operation
deepstock copied to clipboard

Syntax Error?

Open BasharAG opened this issue 8 years ago • 0 comments

I ran the news analysis model, and after entering a headline, I got this:

Traceback (most recent call last):
  File "predict.py", line 24, in <module>
    inp = input("type in today's news headline: ")
  File "<string>", line 1
    Stocks close down but post strong quarterly gains
               ^
SyntaxError: invalid syntax

Note that I used python and python 3 as well

BasharAG avatar Apr 01 '17 21:04 BasharAG