When using python3 piconzero.py does not compile due to the print statements not having parens. To correct the issue, I suggest importing print_function from **future**
When using python3 piconzero.py does not compile due to the print statements not having parens.
To correct the issue, I suggest importing print_function from future