saving . . . saved Convert string to tuple has been deleted. Convert string to tuple has been hidden .
Convert string to tuple
Title
Question
Nothing has been mentioned about how to convert string to tuple and vice-versa.

Python-3.4.3 Sequence-datatypes 13-14 min 0-10 sec 09-08-20, 12:50 p.m. Mitalidas

Answers:

You can convert a string to a tuple by using the following syntax;

tuple('mystring')
11-08-20, 10:52 a.m. ankitrj.iitb
Okay, thank you. I will try this out. 
11-08-20, 11:14 a.m. Mitalidas

Login to add comment


Log-in to answer to this question.