#๐ issue with VSC
21 messages ยท Page 1 of 1 (latest)
@steady haven
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
how is this related to python? just asking. errors originate from a python file
can you send a screenshot of the python file
where this happens
mmmm weird
you have to have some weird
check your extensions
it just seems like you have a
an extension for checking your grammar
and its named CSpell
it seems to be only in english or something
as i said, check extensions, and maybe disable / config it
if you take feedback for your code as an extra bonus:
||type hinting your arguments, instead of having to do float(benz) you can do (self, benz: float, ...) this will indicate that it is already a float||
also
||if your f-string consists only of one element, you dont have to but in an f-string, instead of f"{soldi}" you can just return soldi, or str(soldi) if it isnt a string yet||
np! ^^
@steady haven you can now !close the thread if you dont need any further help
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.