SyntaxFix
Write A Post
Hire A Developer
Questions
result_list = [int(v) for k,v in qs[0].items()]
qs is a list, qs[0] is the dict which you want!