学习是最好的投资!
for (string,) in data: print(string)
atau:
for string in data: print(string[0])
for phone_number in data: print phone_number[0]
atau: