insidesherpa / JPMC-tech-task-1

56 stars 350 forks source link

I am getting the error "File "print 'HTTP server started on port 8080' SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?" How do I fix this? #279

Open tclax1246 opened 2 years ago

awelawi commented 2 years ago

Me as well, have you been able to figure it out?

jaydip-pawar commented 2 years ago

Just wrap all print text in parentheses like print("Text")

culo33 commented 2 years ago

I am having this same problem.

How do I resolve this? I'm following the instructions and running this on the command line, so I don't know how "Just wrap all print text in parentheses like print("Text")" helps me, because I don't even know what file is being called or if editing it is the solution.

jaydip-pawar commented 2 years ago

I am having this same problem.

How do I resolve this? I'm following the instructions and running this on the command line, so I don't know how "Just wrap all print text in parentheses like print("Text")" helps me, because I don't even know what file is being called or if editing it is the solution.

Actually in the code there are some print statements written like print "some text" So just put brackets as I said earlier after adding brackets your print statement will look like this print("some-statemt") So just edit all print statements and error will be solved.

Adepushivani commented 2 years ago

same issue and i did not resolved because its not clear about the steps,pls help me