I was trying to convert a float 0.20 to a string using
str(0.20)
However, what I got was '0.2' instead of '0.20'. Does anyone know how to fix this? I tried to search on Google and stackoverflow, but I didn't find any useful answer.
Thanks in advance!