Skip to content
New issue

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

Print syntax #13

Open
18alia opened this issue May 4, 2024 · 0 comments
Open

Print syntax #13

18alia opened this issue May 4, 2024 · 0 comments

Comments

@18alia
Copy link

18alia commented May 4, 2024

Hello,
Thank you for allowing me access to your code. I attempted to import a function from load_signals.py, but I get this error:
Cell In[3], line 1
from load_signals import load_signals_CHBMIT

File /radraid/asali/load_signals.py:124
print prefixes, totalfiles
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

It looks like the syntax on this print statement is incorrect. What is the correct syntax? Is it "print (prefixes, totalfiles)"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant