Python -String mit SI -Suffix zur Anzahl

from quantiphy import Quantity
v = Quantity('800m').real
# output = 0.8
Blushing Butterfly