MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output when following code is executed ? >>>names = ['Amir', 'Bear', 'Charlton', 'Daman'] >>>print(names[-1][-1]) |
| A. | A |
| B. | Daman |
| C. | Error |
| D. | n |
| Answer» E. | |