What is the output when the following code is entered into a Python program interpreter?
[1,2,4,5] + [3,6]
- [1,2,3,4,5,6]
- [12]+[9]
- [21]
- [1,2,4,5,3,6]
Related exam: DevNet Associate (v1.0) – Module 1 Exam Answers
What is the output when the following code is entered into a Python program interpreter?
[1,2,4,5] + [3,6]
Related exam: DevNet Associate (v1.0) – Module 1 Exam Answers