GitHunt
DE

DeepikaA2004/TUPLES-OPERATIONS_CONVERTING_TUPLE_TO_A_STRING

To write a Python program to convert the tuple to a string.

TUPLES-OPERATIONS_CONVERTING_TUPLE_TO_A_STRING

To write a Python program to convert the tuple to a string.

ALGORITHM

STEP 1:Get the number of elements to be in the list.

STEP 2:Get the elements for the list.

STEP 3:Convert the list to tuples.

STEP 4:Print the concatenated string.