write conversion function you would use for following type of conversation
1.boolean to string
2.integer to float
Answers
Answered by
3
str(True)
float(69)
Similar questions