Converting tuple to list

To convert tuple to a list, use following syntax:

Resulting output will be list containing tuple elements.

You may also convert a list into a tuple as follows:

Output:

And you can check like this as well,


It will convert the string value into tuple. like,

Complete and Continue