I try to get numbers after decimal. I tried re.split
but it couldn't give me the expect output.
I need to convert the:
125.52 --> 52
15.2 --> 2
I try to get numbers after decimal. I tried re.split
but it couldn't give me the expect output.
I need to convert the:
125.52 --> 52
15.2 --> 2