Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 46)
46.
How do you convert a tuple to a string?
str(tuple)
tuple.toString()
tuple.join('')
string(tuple)
Answer: Option
Explanation:
The str() function is used to convert a tuple to a string.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.