Saved Bookmarks
| 1. |
Identify the valid declaration of L: L = [‘Mon’, ‘23’, ‘hello’, ’60.5’]a. dictionary b. string c.tuple d. list |
|
Answer» Answer is: d. List |
|