You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are probably using Python 3.x (which requires print => print())? The code was done using Python 2.7. An easy fix would be to add parenthesis to each 'print' statement. Just replace: print 'string' => print('string')
I get the error "Missing parentheses in call to 'print'" when I try to run "python (makesite.py)"
The text was updated successfully, but these errors were encountered: