Message Board
Please read the following before proceeding to the board:
Please do NOT post the code to solve a small problem or project (in whole or in part) on the class discussion board, ever, for any reason. You are, however, welcome to post a small piece of broken code in order to ask what is wrong with it. If you ever post too much I will let you know. Also please do not provide highly detailed English descriptions of your solution to an assignment, such as describing exactly what functions, parameters, and loops you used to solve it. It is, however, acceptable and encouraged to discuss project and small problem ideas in general terms or to talk in detail about a particular parameter or loop you are struggling with.
If you find yourself wanting to post more code than is allowed you are welcome to send the instructor a private message with that code instead.
When posting code you can surround a small piece with back angled quotes (ex: `your-code-goes-here`) to make it appear in code font. To make a larger block of code apear nicely formatted put three back angled quotes at the beginning and end of the block. For example:
```
for i in range(1, 10):
print("hello")
```
If you want to post a small piece of code but are unsure if you are posting too much, post it with two vertical bars (||) at the beginning and the end (ex: ||This will initially be hidden||). This will hide it until it is clicked on.
