Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (Retired) Ins & Outs String Concatenation

D.M. Chamorro
D.M. Chamorro
443 Points

Terminal requires "" for input response

There was a similar question on this matter, but it didn't exactly address my issue. Terminal on OS X requires "" on my input, otherwise it is deemed invalid. I saw a few suggestions saying to use raw_input because most likely I'm running python 2.x How do I manage to use python3?

2 Answers

You have to install Python 3 on your computer. Here's the link to the download from the Python website: https://www.python.org/downloads/

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

We actually have a whole course on setting up Python 3 locally.