Phil Boutros <ph...@philb.ca> wrote:
>
>     Which version of python are you using?  That syntax for "print"
> started in python 3 (since print became a function).  
>
> Try adding:
>
> from __future__ import print_function
>
> before your code if you're still using python 2.x

    Altough, testing it in Python2, it still works, but it prints the
tuples, of course.

    As Christian said, I suspect this is an indent error of sorts.

    Manually typing your code with correct indents, I can verify that
it works in both Python 2 and 3 (with various results depending on
which version of print is used, of course.)


Phil
-- 
AH#61  Wolf#14  BS#89  bus#1  CCB#1  SENS  KOTC#4
ph...@philb.ca  http://philb.ca
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to