Comment obtenir un nombre après un point décimal

decnm = "0"+str(number-int(number))[1:]
float(decnm)
abdullah