Instead of creating two if statements, we use an if / else statement to achieve the same result.
if
else
Make sure to pick else:, followed by print("Out of stock").
else:
print("Out of stock")