MCQOPTIONS
Saved Bookmarks
| 1. |
The output of the snippet of code shown below is: |
| A. | Error |
| B. | [”, ‘n1’, ‘3.1, ‘, ‘n2’, ‘5, ‘, ‘n3’, ‘4.565’] |
| C. | [‘n1’, ‘3.1, ‘, ‘n2’, ‘5, ‘, ‘n3’, ‘4.565’] |
| D. | [‘3.1, ‘, ‘5, ‘, ‘4.565’] |
| Answer» C. [‘n1’, ‘3.1, ‘, ‘n2’, ‘5, ‘, ‘n3’, ‘4.565’] | |