Forums

newbie question.

I'm learning to code, was told I should start with Python.

When I test run my code with the "Save and Run" feature it runs it as Python 2.7. Is there a way to get it to run using python 3?

The book I'm learning from has all examples as Python 3

Nevermind

I found this

1
#!/usr/local/bin/python3.3

Excellent, glad you got it working :-)