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) Letter Game App Letter Game Refinement

Holden Glass
Holden Glass
6,077 Points

many things are going wrong

I have multiple questions.

  1. The game works but it does a list of all of the words mashed together.

  2. When I guess a letter that I know is in the mashed up bundle, it doesn't register. The lines stay blank and nothing happens.

  3. Strikes are no longer working.

I wish I could attach code to this so someone could proofread it for me but I guess this will have to do.

1 Answer

Ryan S
Ryan S
27,276 Points

Hi Holden,

If you copy and paste your code and put it between 3 backticks, above and below, it will format nicely in the text box. You can add the name of the language you are using to make the formatting language specific. You can also see the Markdown Cheatsheet for more formatting options.

Example:

```python

your code goes here

```

Note that these are backticks, not single quotes.

Try this out and someone will be able to help you with troubleshooting your code.