C:\Users\UserName\JPMC-tech-task-3>python datafeed/server.py
File "datafeed/server.py", line 217
print 'HTTP server started on port 8080'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('HTTP server started on port 8080')?
Please help. I am getting this while completing both task 2 and 3
C:\Users\UserName\JPMC-tech-task-3>python datafeed/server.py File "datafeed/server.py", line 217 print 'HTTP server started on port 8080' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('HTTP server started on port 8080')?
Please help. I am getting this while completing both task 2 and 3