insidesherpa / JPMC-tech-task-1

56 stars 352 forks source link

Python Missing Parentheses Error #201

Open ptirth421 opened 4 years ago

ptirth421 commented 4 years ago

C:\Users-----\JPMC-tech-task-1>python server.py File "server.py", line 278 print "error getting stocks...reinitalizing app" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("error getting stocks...reinitalizing app")?