I have been trying to convert a tuple containing one value to the String value it holds. For reference, I am using python SQLite3. Anything I have tried has either returned as ('wanted_string') or None
I have tried casting as a String, referencing the first index of the tuple. Nothing has worked so far