Code an if statement that checks if size_1 is equal to 3.
size_1
3
Make sure to pick if, followed by size_1 == 3, and finally :.
if
size_1 == 3
: