

MCQOPTIONS
Saved Bookmarks
1. |
What type of data is: arr = [(1,1),(2,2),(3,3)]? |
A. | Array of tuples |
B. | Tuples of lists |
C. | List of tuples |
D. | Invalid type |
Answer» D. Invalid type | |