Experience the micro-learning format without signing up. This is a sample Python challenge.
What will be the output of this code?
numbers = [1, 2, 3]
numbers.append(4)
print(len(numbers))