I have the following code, which is responsible for limiting the number of decimals of the result
a = 14567
n = "%.1f" % (a/1000)+"K")
at the time of doing print() , I get as a result 14.6K, the problem is that I do not want me...
asked by
28.11.2018 / 20:06