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 (2015) Python for Beginners Create a variable

I am not getting the quote mark on the keyboard. where i would find it?

I am not getting the quote marks on the key board . Where i get it? I have written the variable name as name=''dewashsish'' is it correct?

variable.py
>>> name="dewashish"
jonlunsford
jonlunsford
15,472 Points

Looks correct. I entered your text in the challenge and it worked for me. Let us know if you are still having trouble.

1 Answer

Steven Parker
Steven Parker
229,771 Points

It depends on your keyboard.

If you have a standard American keyboard, the right side of the middle row goes like this:     H J K L ;/: '/"

So it is two keys to the right of "L", shares the same key as the apostrophe, and is accesses using the SHIFT key.

But if you're using a keyboard designed for another language, it may be in a different location. Also, your code above appears to have appropriate quote marks, it would appear that you have already found it!