I have list like this my_list = [(1,2),(5,3),(3,6),(9,7)], I want output like this a = (1,2), b=(5,3),c=(3,6),d=(9,7). Based on list size variables may increases Or decrease