Computer Science, asked by Pardeshi569, 8 months ago

Consider a dictionary my points with single letter keys followed by a 2 element tuple representing coordinates x,y. write a program to print maximum value from within all the value types at same index.​

Answers

Answered by gauravarduino
2

Explanation:

all of the values within the Tuple. Tuples can be used for coordinates (x,y) or any other time you need to store various elements. ... {'a':1,'b':2,'c':3} # This creates a Dictionary with its associated ...

Similar questions