+ 1
What does float command does
3 Respuestas
+ 1
what if their is written float is written before code what does it does
+ 1
are you talking about float()?? if yes it is used to convert integer data type into a float data type
e.g: x= float(10) # x now is 10.0
+ 1
ok I got it thankyou