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 Ins & Outs

August Oliver
August Oliver
5,934 Points

How do I create a variable named "name" with your name in it?

I'm doing the Objective 1 of 3 in the Ins & Outs section and it's asking me to creat a variable named name with your name in it. Can somebody help?

name.py

3 Answers

August Oliver
August Oliver
5,934 Points

I'm learning here, Shez Azr and unless you aren't going to help me understand this, please don't reply. Thanks for understanding that a good teacher understands that no question is a dumb question, but I am looking forward to you teaching me how to do it. Thanks, dude!

name = 'Augusto'

Your name in python is a string (string of letters) so your named needs to be enclosed with ' '

what exactly are you having trouble with? creating a variable shouldn't be that hard?