my problem is i m working with very long float numbers and i use
numberx =float(( input( 'enter the number\n ')))
after i use this command when i enter something more than 10 or 11 digits it 
uses like 1e+10 or something like that
but i have to calculate it without scientific 'e' type. what can i do to solve 
this?
(sorry for my bad english)
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to