Answers for "what is float value"

2

what is a float in programming

a float is just like an interger in programming
however it has a decimal point
it is used when more presision is needed
Posted by: Guest on July-20-2020
2

what does float mean in python

V = float(input('enter a number= '))
print(V)
#it goes into a decimal 
#therefore float is used to changes the number to decimal
COPY THIS CODE TO CHEACK
Posted by: Guest on September-26-2021

Python Answers by Framework

Browse Popular Code Answers by Language