Fernando Paolo

Results 12 comments of Fernando Paolo

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....

I updated the code, try now (python makesite.py) On Mon, May 8, 2017 at 7:21 PM, Dazza Greenwood wrote: > I get the error "Missing parentheses in call to 'print'"...