Question:
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]
Exam with this question: DevNet Associate (v1.0) – Module 1 Exam Answers
Please login or Register to submit your answer