I have a function that produces an array that looks like this:
[(1, 3, 'test data')]
Any data in that array can change so I can't just do
print(x[1:])
I need to print all of the strings in the array. Any ideas are appreciated. Thanks!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…