Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
d = 9812347.9085 dstr = str(d) total_digits = len(dstr) - 1 print(total_digits) ''' run: 11 '''