SyntaxFix
Write A Post
Hire A Developer
Questions
You can use list comprehension:
res_list = [i[0] for i in rows]
This should make the trick