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

Missing parentheses in call to 'print' #29

Open
elliotresearcher opened this issue Aug 20, 2017 · 5 comments
Open

Missing parentheses in call to 'print' #29

elliotresearcher opened this issue Aug 20, 2017 · 5 comments

Comments

@elliotresearcher
Copy link

when i run code it gives error,please help me
error is
print faces[i].shape
^
SyntaxError: Missing parentheses in call to 'print'

@qiexing
Copy link
Owner

qiexing commented Aug 20, 2017

@elliotresearcher Hi, maybe try print(faces[i].shape) or comment it.

@elliotresearcher
Copy link
Author

thanks for reply.i tried both but it gives this error.
line 179
print index
^
SyntaxError: Missing parentheses in call to 'print'

@qiexing
Copy link
Owner

qiexing commented Aug 21, 2017

@elliotresearcher Maybe it relates to python version, you can comment out the code.
(#print index)

@elliotresearcher
Copy link
Author

its already comment out

@elliotresearcher
Copy link
Author

can you please give me your skype or any other platform so i can take guidance from you.i'll be much grateful to you

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

2 participants