Closed yimingweng closed 5 years ago
Hi,
Thank you for providing the useful tools. However, I got error of "invalid syntax" on line 197. I think it's because I'm using python 3 so "print" becomes a function. I tried print() instead of print and it worked. thank you.
print()
print
YiMing
Thanks!, I replaced all print by print(), I gues the script is now compatible with python3
Edgardo
Hi,
Thank you for providing the useful tools. However, I got error of "invalid syntax" on line 197. I think it's because I'm using python 3 so "print" becomes a function. I tried
print()
instead ofprint
and it worked. thank you.YiMing