#π How to fix these numbers?
17 messages Β· Page 1 of 1 (latest)
@radiant briar
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.
What is broken about it?
It is everything else alongside numbers making a password needed to be unlock for every speciffic number, obviously, can not you see the provided image?
I can see the image
I still don't know what it is you want.
I want numbers and not this butchery, whatever that it, I already stated the question, and in such a clear manner!
show the code
print(str(0.00000000000321))
You can use f-strings to format numbers however you like.
!e
a = 0.00000000000321
print(f"{a:.20f}")```
:white_check_mark: Your 3.12 eval job has completed with return code 0.
0.00000000000321000000
I want to fix the whole editor, I am not going to do that! Instead of doing it once why would I not fix the editor once and never again as I would do this every time? That is not how coding works. Coding is tending to optimization.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.