What is the output of the code snippet below?
a = []
b = []
print(a is b)

Question difficulty: 🌶🌶🌶 🌶🌶