Q4
What is the purpose of the str() function in Python?
A.
To convert a string to a number
B.
To format strings
C.
To concatenate strings
D.
To convert a number to a string
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The str() function converts a number or other data type to a string.