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

Can't type " or ' when using the REPL

I opened the REPL tool and then I tried writing:

print("Hello, World")

But I couldn't because the quotes won't appear when using REPL. I

I use a MacBook Pro 2017 and live in Brazil, by the way. I don't know if this is a relevant information, but just in case it may be...

Is the keyboard you're using an English keyboard?

1 Answer

That was the problem. If the keyboard is set up in a Brazilian layout, it won't work some keys when you're using REPL, I changed it to USA layout and it works just fine now. Thanks for helping! Really appreciate it.