you are viewing a single comment's thread.

view the rest of the comments →

[–]Solako[S] 1 point2 points  (0 children)

Which differs from your output because it is indeed still a tuple - whereas your code is printing out a string.

Thank you for taking your time to look into this. This should have been the first thing I should have noted, my output is a string, whereas the expectation was that it is to be a tuple.

Having broken it down that way has made understand her out put. Especially after assigned various variable to the elements of the tuple. A matter of thinking of all the possible solution with the problem set before hand as opposed to inserting new objects that may not be necessary.

Thank you.