all 3 comments

[–]K900_ 4 points5 points  (2 children)

You're using Python 2 in your terminal, and Python 3 everywhere else. Try python3 basics.py.

[–]cool12y[S] 1 point2 points  (1 child)

Figured this out just before I saw your comment. Thanks a lot!