InterviewSolution
Saved Bookmarks
| 1. |
In list 1st [(0, 10), (1, 20)] – 0 and 1 represents ……(a) Value(b) Index(c) List identifier(d) Tuple |
|
Answer» In list 1st [(0, 10), (1, 20)] – 0 and 1 represents Index |
|