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 trialHolden Glass
6,077 Pointsmany things are going wrong
I have multiple questions.
The game works but it does a list of all of the words mashed together.
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.
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
27,276 PointsHi 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.