Questions How can I look up a string in a dictionary which has tuples of strings for its keys? byMRAugust 28, 2022
Questions I tried converting the tuples in a list of tuples using range and code worked but when i tried the same using 'for i in list:' it is not working: byMRJuly 24, 2022