M
Matthew Sacks
i am trying to access elements of a tuple without using the [1:5] notation.
the contents of the tuple are as follows:
('--datasourcename', 'DB')
I want to access everything in the second argument, but i am not sure
how to go about this without converting to a string.
thanks in advance
the contents of the tuple are as follows:
('--datasourcename', 'DB')
I want to access everything in the second argument, but i am not sure
how to go about this without converting to a string.
thanks in advance