Computer Science, asked by subashgupta9434, 4 months ago

string s ="4.8"; convert the value into float​

Answers

Answered by madhalaimuthucharlas
1

Answer:

s = float (s)

In python use str, int , float to convert anything to anything

Similar questions