To convert the read value through input() into a floating point number,______ () is used.
Answers
Answered by
1
To convert the read value through input() into a floating point number,______ () is used.
Answer:
float ()
Explanation:
To convert the read value through input() into a floating point number, float () is used.
Similar questions