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

David Marsh
David Marsh
189 Points

There's a communications problem and I can't fix it.

Please answer?

variable.py
Name = Fat albert

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Here's what the code should look like that will pass.

name = "Fat Albert"

Number one, challenges are super picky. If I take that same code but change it to this:

Name = "Fat Albert"

... it fails the challenge. Always go with the assumption that everything here is case-sensitive.

Secondly, when you get the communication failed thing resist the urge to press one of the buttons they provide. Instead click the X to close the popup and get back to the challenge then click the button to check/recheck code. 9 times out of 10 this will solve the issue. Happy coding!