✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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")