string s ="4.8"; convert the value into float
Answers
Answered by
1
Answer:
s = float (s)
In python use str, int , float to convert anything to anything
Similar questions