-
Notifications
You must be signed in to change notification settings - Fork 183
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
Comments
@elliotresearcher Hi, maybe try print(faces[i].shape) or comment it. |
thanks for reply.i tried both but it gives this error. |
@elliotresearcher Maybe it relates to python version, you can comment out the code. |
its already comment out |
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 |
when i run code it gives error,please help me
error is
print faces[i].shape
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered: