Hey @wicked elk!
Please edit your message to use a code block
```py
print('Hello, world!')
```
This will result in the following:
print('Hello, world!')```
22 messages ยท Page 1 of 1 (latest)
Hey @wicked elk!
```py
print('Hello, world!')
```
This will result in the following:
print('Hello, world!')```
@wicked elk
Remember to:
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
is there an error when you run the code?
I can get the error message for you
in general, when asking for help, you should provide the relevant info up front
ok
im so sorry
here is the error message:
print("It's cold outside!')
^
SyntaxError: unterminated string literal (detected at line 90)
i would encourage researching your errors and trying to solve them on your own
the first reaction to seeing an error should not be asking on discord
unfortunately it still sometimes is :/
Im sorry
That's more advice than anything. A lot of writing code is fixing errors and bugs. It's simply impractical to reach out for help every time you run into a problem, and most errors you'll run into have existing solutions online anyway. Knowing how to lookup errors yourself and debug are critical skills that you should begin practicing as soon as you can.
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.