Open tclax1246 opened 2 years ago
Just wrap all print text in parentheses like print("Text")
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.
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.
same issue and i did not resolved because its not clear about the steps,pls help me
Me as well, have you been able to figure it out?