How To Convert Integer To Decimal

#TO CONVERT INTEGER TO DECIMAL


print('DECIMAL NUMBER ')

n=int(input('Enter Number = '))

print('The Decimal Form Of Number =  ',float(n))


Made By :-
         Nilay Saraf

Comments

Popular Posts