Question: Please in Python: Convert cursor.execute(query_b).fetchall() on dict From query_b I have tuples: query=((2016, 2.56),(2017, 4.67),(2018,6.56)) please add print screen from python
Please in Python:
Convert cursor.execute(query_b).fetchall() on dict
From query_b I have tuples: query=((2016, 2.56),(2017, 4.67),(2018,6.56))
please add print screen from python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
