I don't have much knowledge of python. I have a code written in python which I am trying to compile. Its giving me following error
File "parseBvh.py", line 382
print(T[0],T[1],T[2],file=fp)
^
SyntaxError: invalid syntax
I tried to find out the correct syntax but am not able to. Can someone point me in right direction?