Next, code an elif statement that checks if size_1 is 2.
size_1
2
Make sure to pick elif, followed by size_1 == 2, and finally :.
elif
size_1 == 2
: