New GitHub issue #100679 from amritabithi:<br>

<hr>

<pre>
As the title says,

Division of 8.32 by 10 yields incorrect value "0.8320000000000001"

To reproduce:
```
x = 8.32 / 10
print(str(x))
```

</pre>

<hr>

<a href="https://github.com/python/cpython/issues/100679">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>