On Tue, Aug 01, 2017 at 09:05:02PM -0400, dbosah wrote:
> Also here's the link to the tutorial
> https://youtu.be/WrtebUkUssc

That is clearly marked as "Python 3 Programming Tutorial". Why are you 
using Python 2? When you have a problem, you won't know if the problem 
is with your code, or a difference between Python 2 and 3. You're just 
making a rod for your own back by using Python 2.7 with a 3 tutorial.

Save yourself a lot of heartache and either stick to Python 2 tutorials 
or upgrade to Python 3.

-- 
Steve
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to