my input is 3.23 , but when i use float on it , it becomes 3.2 ,
when my input is 3.00 , when i do float on it , it becomes 3.0
when i convert to float from string , i still want it to be 3.00 and not 3.0 is it possible? i want to know the code to make it possible , and when i am doing a problem in which the decimal point till 2 digits matter, 3.23 is better than 3.2 , for more precision