Closed wilsonmar closed 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
`python3 demo.py
So I made the change to put what is printed between quotes.
I also added the Python command in the README.md file.
Thanks!
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-3So I made the change to put what is printed between quotes.
I also added the Python command in the README.md file.