135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
thanks bro
I understand ❤️
I coding very much
but something that I worry about that is a lot of questions in python subjects and normally I can't memorize all of them
As far as I understand, the return is somehow the result
Iam right?
my bad, haven't done python in a hot minute, iirc in C both work equally fine
Читать полностью…
functions, when called, may return a value. this code, for example:
def cat():
return "meow"
a = cat()
cat() function to the variable a. and the result is passed through using the return, so in this case a gets assigned a value of "meow"
Читать полностью…
You can share your code, but that doesn't guarantee someone will help you
Читать полностью…
No one can help you until you explain your difficulties.
Читать полностью…
So, why don't you do it yourself first? When you have an issue with the Python code you wrote, come back here and people will help you 😉
Читать полностью…
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
Rule 🔟: Job posts are SPAM unless they meet the requirements. Read the rules for details.
Читать полностью…
yes, and without explicit return, the function/method will implicitly return None.
"Result" is the common word to describe it.
What does return mean?
I've seen it in the functions.
Such as: def.. () :
Return....
How does that work?
Hi
Ive implemented a hybrid Quantum-classical penny-lane using for scar detection
But I get low accuracy
Anyone can check my code?
I created a bot on telegram and now and I will connect it to chat gpt now
Читать полностью…
Hi!
I need a document containing examples of finite element implementations in Python. Thank you in advance.