On Tue, Mar 24, 2015 at 1:13 PM, <gdot...@gmail.com> wrote:

> SyntaxError: Missing parentheses in call to 'print'


It appears you are attempting to use a Python 2.x print statement with
Python 3.x Try changing the last line to

print(line.rstrip())

Skip
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to