#πŸ”’ How to fix these numbers?

17 messages Β· Page 1 of 1 (latest)

radiant briar
#

PyCharm. Look at that so-called "scientific notation", absolute bullshit, I want numbers, not petri-dishes.

knotty gateBOT
#

@radiant briar

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.

worn quest
#

What is broken about it?

radiant briar
#

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?

worn quest
#

I can see the image

radiant briar
#

Yeah, for ChatGPT faield.

#

I fail to find on the web anything that works.

worn quest
#

I still don't know what it is you want.

radiant briar
#

I want numbers and not this butchery, whatever that it, I already stated the question, and in such a clear manner!

pallid gust
#

show the code

radiant briar
#
print(str(0.00000000000321))
worn quest
#

You can use f-strings to format numbers however you like.

#

!e

a = 0.00000000000321
print(f"{a:.20f}")```
knotty gateBOT
radiant briar
#

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.

knotty gateBOT
#
Python help channel closed

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.