Grokking Python Fundamentals
0% completed
Quiz
Quiz
What is the output of the below code?
numbers = [1, 2, 3, 4, 5]
numbers.append(6)
print(numbers)
Click an option to answer
.....
.....
.....
Like the course? Get enrolled and start learning!
0% completed
What is the output of the below code?
numbers = [1, 2, 3, 4, 5]
numbers.append(6)
print(numbers)
.....
.....
.....