diff options
author | Foo Chuan Wei <foochuanwei@users.noreply.github.com> | 2016-11-09 13:16:06 -0500 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-11-09 19:16:06 +0100 |
commit | e837e25a70384d33fc3083d9f2382c31591f548e (patch) | |
tree | 9a135f286283ae206773842da93571b61720cf3f /tr-tr | |
parent | 6b770a3e5fe7a1db2c87392565fcf4de96ffcfb7 (diff) |
[python3/en] Edit python3 division (#2560)
The result of division is always a float.
e.g.
35/5 = 7.0
10 / 3 = 3.3333333333333335
10.0 / 3 = 3.3333333333333335
10 / 3.0 = 3.3333333333333335
Diffstat (limited to 'tr-tr')
0 files changed, 0 insertions, 0 deletions