- 2
Write a program ro convert 13.25178827226..... to 1325178827226...
here just remove decimal point and the desired output should not be in decimal
6 Answers
+ 1
int(str(13.251).remove(".â))
+ 1
multiply with 10**n
+ 1
please specify what u need.
It sucks to get it bit for bit.
0
if there are n numbers of decimal values there then
0
directly it should print... we cant type the no. of decimals
0
program to convert 13.2555 etc to 1325555 etc