Remove integer from float number



How can I return:

".666"

from float:

"0.666"

This is what I have so far:

"%.6f" % x

Thanks Everyone,
Derek Basch

.