1. The first issue I had while coding my python text adventure was that, whenever i wrote my print statements the text I wanted to display would would not be displayed correctly. For example the text would be all spaced out and not displayed correctly. I solved this by spacing out my texts into smaller portions instead of one big line.

2. The second issue I had while coding my python text adventure was that, when I was setting my functions I set them up incorrectly and kept getting syntax errors. I fixed this by making sure all of the quotation marks were the same as well as not using semi colons like we did in javascript for our last text adventure.