✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the output from the following program? Try to work out the answer rather than just running the code.
number = 12
if number < 0:
print("Don't be so negative")
print("Always look on the bright side of life")