#๐Ÿ”’ issue with VSC

21 messages ยท Page 1 of 1 (latest)

visual minnowBOT
#

@steady haven

Python help channel opened

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.

lean parcel
#

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

steady haven
lean parcel
#

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

lean parcel
# steady haven

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||

steady haven
#

ok

#

it worked thx so mch

lean parcel
#

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||

lean parcel
#

@steady haven you can now !close the thread if you dont need any further help

visual minnowBOT
#
Python help channel closed using Discord native close action

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.