llSourcell / linear_regression_live

This is the code for the "How to Do Linear Regression the Right Way" live session by Siraj Raval on Youtube
MIT License
283 stars 443 forks source link

Update to Python3 style of print #3

Closed wilsonmar closed 7 years ago

wilsonmar commented 7 years ago

The Udacity course materials says Python3 is preferred.

But when I run using `python3 demo.py there is an error. http://stackoverflow.com/questions/826948/syntax-error-on-print-with-python-3

So I made the change to put what is printed between quotes.

I also added the Python command in the README.md file.

llSourcell commented 7 years ago

Thanks!