2. For this interval [65,126] of integers, Write a Python3 program to build a data structure to hold all pairs of the fo
Posted: Fri May 20, 2022 11:54 am
2. For this interval [65,126] of integers, Write a Python3 program to build a data structure to hold all pairs of the following: key is an integer, and the value is a character where character's corresponding ASCII value is the key of the pair. (An example element of the data structure= 65:'A') (You cannot assign values manually as there are too many.)