We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System Python 3.5.2 |Anaconda 4.1.1 (x86_64)| (default, Jul 2 2016, 17:52:12) [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Running python get_pulse.py
Returns File "get_pulse.py", line 100 print "Writing csv"
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered:
your python is python3,but this project is python2 change print to print()
Sorry, something went wrong.
No branches or pull requests
System
Python 3.5.2 |Anaconda 4.1.1 (x86_64)| (default, Jul 2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Running
python get_pulse.py
Returns
File "get_pulse.py", line 100
print "Writing csv"
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered: